#FDFB8C

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

Shades of Milan #FDFB8C

Tints of Milan #FDFB8C

Color information

#FDFB8C (or 0xFDFB8C) is unknown color: approx Milan. HEX triplet: FD, FB and 8C. RGB value is (253,251,140). Sum of RGB (Red+Green+Blue) = 253+251+140=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 140 (55.08% from 255 or 21.74% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB8C is #020473. Grayscale: #EFEFEF. Windows color (decimal): -132212 or 9239549. OLE color: 9239549.

HSL color Cylindrical-coordinate representation of color #FDFB8C: hue angle of 58.94º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDFB8C is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253251140-
CMYK00.010.450.01
HSL58.94º96.58%77.06%-
HSV(B)58.94º44.66%99.22%-
XYZ79.7491.7738.32-
YUV238.9472.16138.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.29%
GREEN value IS 251 (98.44% from 255) = 38.98%
BLUE value IS 140 (55.08% from 255) = 21.74%
R=39.29%
G=38.98%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325114000.010.450.0158.9496.5877.06
HexFDFB8C012D13b614d
Octal3753732140155173141115
Binary11111101111110111000110001101101111101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFB8C; }

 p { color: rgb(253,251,140); }

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

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

 a { background-color: rgb(253,251,140); }

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

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

 span { border-color: rgb(253,251,140); }

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