#FCF28E

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

Shades of Milan #FCF28E

Tints of Milan #FCF28E

Color information

#FCF28E (or 0xFCF28E) is unknown color: approx Milan. HEX triplet: FC, F2 and 8E. RGB value is (252,242,142). Sum of RGB (Red+Green+Blue) = 252+242+142=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 142 (55.86% from 255 or 22.33% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF28E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF28E is #030D71. Grayscale: #EAEAEA. Windows color (decimal): -200050 or 9368316. OLE color: 9368316.

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

Color convert

RGB252242142-
CMYK00.040.440.01
HSL54.55º94.83%77.25%-
HSV(B)54.55º43.65%98.82%-
XYZ76.7886.1538.17-
YUV233.5976.31141.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 242 (94.92% from 255) = 38.05%
BLUE value IS 142 (55.86% from 255) = 22.33%
R=39.62%
G=38.05%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224214200.040.440.0154.5594.8377.25
HexFCF28E042C1375f4d
Octal3743622160454167137115
Binary1111110011110010100011100100101100111011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF28E; }

 p { color: rgb(252,242,142); }

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

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

 a { background-color: rgb(252,242,142); }

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

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

 span { border-color: rgb(252,242,142); }

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