#FDFE84

Color #FDFE84 Milan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milan #FDFE84

Tints of Milan #FDFE84

Color information

#FDFE84 (or 0xFDFE84) is unknown color: approx Milan. HEX triplet: FD, FE and 84. RGB value is (253,254,132). Sum of RGB (Red+Green+Blue) = 253+254+132=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 132 (51.95% from 255 or 20.66% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFE84 is #02017B. Grayscale: #F0F0F0. Windows color (decimal): -131452 or 8716029. OLE color: 8716029.

HSL color Cylindrical-coordinate representation of color #FDFE84: hue angle of 60.49º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDFE84 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB253254132-
CMYK0.0000.480.00
HSL60.49º98.39%75.69%-
HSV(B)60.49º48.03%99.61%-
XYZ80.1193.4335.64-
YUV239.7967.17137.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 132 (51.95% from 255) = 20.66%
R=39.59%
G=39.75%
B=20.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541320.0000.480.0060.4998.3975.69
HexFDFE84003003c624c
Octal3753762040060074142114
Binary11111101111111101000010000110000011110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE84; }

 p { color: rgb(253,254,132); }

 H1.HeaderClassName
 {
   color: #FDFE84;
 }
 .AnyTagClassName
 {
   color: #FDFE84;
 }
</style>
background-color css

<style>
 a { background-color: #FDFE84; }

 a { background-color: rgb(253,254,132); }

 div.DivClassName
 {
   background-color: #FDFE84;
 }
 .BgClassName
 {
   background-color: #FDFE84;
 }
</style>
border-color css

<style>
 span { border-color: #FDFE84; }

 span { border-color: rgb(253,254,132); }

 td.TdClassName
 {
   border-color: #FDFE84;
 }
 .TagClassName
 {
   border-color: #FDFE84;
 }
</style>