#FDFB85

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

Shades of Milan #FDFB85

Tints of Milan #FDFB85

Color information

#FDFB85 (or 0xFDFB85) is unknown color: approx Milan. HEX triplet: FD, FB and 85. RGB value is (253,251,133). Sum of RGB (Red+Green+Blue) = 253+251+133=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 133 (52.34% from 255 or 20.88% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFB85 is #02047A. Grayscale: #EEEEEE. Windows color (decimal): -132219 or 8780797. OLE color: 8780797.

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

Color convert

RGB253251133-
CMYK00.010.470.01
HSL59º96.77%75.69%-
HSV(B)59º47.43%99.22%-
XYZ79.2491.5735.69-
YUV238.1568.66138.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 133 (52.34% from 255) = 20.88%
R=39.72%
G=39.40%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325113300.010.470.015996.7775.69
HexFDFB85012F13b614c
Octal3753732050157173141114
Binary11111101111110111000010101101111111101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFB85; }

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

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

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

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

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

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

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

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