#FCF8CC

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

Shades of Lemon Chiffon #FCF8CC

Tints of Lemon Chiffon #FCF8CC

Color information

#FCF8CC (or 0xFCF8CC) is unknown color: approx Lemon Chiffon. HEX triplet: FC, F8 and CC. RGB value is (252,248,204). Sum of RGB (Red+Green+Blue) = 252+248+204=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 204 (80.08% from 255 or 28.98% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8CC is #030733. Grayscale: #F4F4F4. Windows color (decimal): -198452 or 13433084. OLE color: 13433084.

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

Color convert

RGB252248204-
CMYK00.020.190.01
HSL55º88.89%89.41%-
HSV(B)55º19.05%98.82%-
XYZ84.6192.1970.46-
YUV244.18105.33133.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.80%
GREEN value IS 248 (97.27% from 255) = 35.23%
BLUE value IS 204 (80.08% from 255) = 28.98%
R=35.80%
G=35.23%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224820400.020.190.015588.8989.41
HexFCF8CC02131375959
Octal3743703140223167131131
Binary11111100111110001100110001010011111011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8CC; }

 p { color: rgb(252,248,204); }

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

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

 a { background-color: rgb(252,248,204); }

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

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

 span { border-color: rgb(252,248,204); }

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