#FCE5C2

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

Shades of Egg Sour #FCE5C2

Tints of Egg Sour #FCE5C2

Color information

#FCE5C2 (or 0xFCE5C2) is unknown color: approx Egg Sour. HEX triplet: FC, E5 and C2. RGB value is (252,229,194). Sum of RGB (Red+Green+Blue) = 252+229+194=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 194 (76.17% from 255 or 28.74% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5C2 is #031A3D. Grayscale: #E8E8E8. Windows color (decimal): -203326 or 12772860. OLE color: 12772860.

HSL color Cylindrical-coordinate representation of color #FCE5C2: hue angle of 36.21º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCE5C2 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252229194-
CMYK00.090.230.01
HSL36.21º90.62%87.45%-
HSV(B)36.21º23.02%98.82%-
XYZ77.980.6362.5-
YUV231.89106.62142.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 229 (89.84% from 255) = 33.93%
BLUE value IS 194 (76.17% from 255) = 28.74%
R=37.33%
G=33.93%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222919400.090.230.0136.2190.6287.45
HexFCE5C209171245b57
Octal37434530201127144133127
Binary1111110011100101110000100100110111110010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5C2; }

 p { color: rgb(252,229,194); }

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

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

 a { background-color: rgb(252,229,194); }

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

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

 span { border-color: rgb(252,229,194); }

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