#FCF8CA

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

Shades of Lemon Chiffon #FCF8CA

Tints of Lemon Chiffon #FCF8CA

Color information

#FCF8CA (or 0xFCF8CA) is unknown color: approx Lemon Chiffon. HEX triplet: FC, F8 and CA. RGB value is (252,248,202). Sum of RGB (Red+Green+Blue) = 252+248+202=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8CA is #030735. Grayscale: #F4F4F4. Windows color (decimal): -198454 or 13302012. OLE color: 13302012.

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

Color convert

RGB252248202-
CMYK00.020.200.01
HSL55.2º89.29%89.02%-
HSV(B)55.2º19.84%98.82%-
XYZ84.3792.0969.21-
YUV243.95104.33133.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 248 (97.27% from 255) = 35.33%
BLUE value IS 202 (79.30% from 255) = 28.77%
R=35.90%
G=35.33%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224820200.020.200.0155.289.2989.02
HexFCF8CA02141375959
Octal3743703120224167131131
Binary11111100111110001100101001010100111011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8CA; }

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

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

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

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

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

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

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

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