#FCF5CA

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

Shades of Lemon Chiffon #FCF5CA

Tints of Lemon Chiffon #FCF5CA

Color information

#FCF5CA (or 0xFCF5CA) is unknown color: approx Lemon Chiffon. HEX triplet: FC, F5 and CA. RGB value is (252,245,202). Sum of RGB (Red+Green+Blue) = 252+245+202=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 202 (79.30% from 255 or 28.90% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5CA is #030A35. Grayscale: #F2F2F2. Windows color (decimal): -199222 or 13301244. OLE color: 13301244.

HSL color Cylindrical-coordinate representation of color #FCF5CA: hue angle of 51.6º 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 #FCF5CA is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252245202-
CMYK00.030.200.01
HSL51.6º89.29%89.02%-
HSV(B)51.6º19.84%98.82%-
XYZ83.4690.2668.9-
YUV242.19105.32135-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 245 (96.09% from 255) = 35.05%
BLUE value IS 202 (79.30% from 255) = 28.90%
R=36.05%
G=35.05%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224520200.030.200.0151.689.2989.02
HexFCF5CA03141345959
Octal3743653120324164131131
Binary11111100111101011100101001110100111010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5CA; }

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

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

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

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

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

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

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

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