#FCFB88

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

Shades of Milan #FCFB88

Tints of Milan #FCFB88

Color information

#FCFB88 (or 0xFCFB88) is unknown color: approx Milan. HEX triplet: FC, FB and 88. RGB value is (252,251,136). Sum of RGB (Red+Green+Blue) = 252+251+136=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 136 (53.52% from 255 or 21.28% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFB88 is #030477. Grayscale: #EEEEEE. Windows color (decimal): -197752 or 8977404. OLE color: 8977404.

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

Color convert

RGB252251136-
CMYK00.000.460.01
HSL59.48º95.08%76.08%-
HSV(B)59.48º46.03%98.82%-
XYZ79.0991.4736.78-
YUV238.1970.33137.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 136 (53.52% from 255) = 21.28%
R=39.44%
G=39.28%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225113600.000.460.0159.4895.0876.08
HexFCFB88002E13b5f4c
Octal3743732100056173137114
Binary11111100111110111000100000101110111101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFB88; }

 p { color: rgb(252,251,136); }

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

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

 a { background-color: rgb(252,251,136); }

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

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

 span { border-color: rgb(252,251,136); }

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