#FCF5CD

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

Shades of Lemon Chiffon #FCF5CD

Tints of Lemon Chiffon #FCF5CD

Color information

#FCF5CD (or 0xFCF5CD) is unknown color: approx Lemon Chiffon. HEX triplet: FC, F5 and CD. RGB value is (252,245,205). Sum of RGB (Red+Green+Blue) = 252+245+205=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 205 (80.47% from 255 or 29.20% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5CD is #030A32. Grayscale: #F2F2F2. Windows color (decimal): -199219 or 13497852. OLE color: 13497852.

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

Color convert

RGB252245205-
CMYK00.030.190.01
HSL51.06º88.68%89.61%-
HSV(B)51.06º18.65%98.82%-
XYZ83.8290.4170.79-
YUV242.53106.82134.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 205 (80.47% from 255) = 29.20%
R=35.90%
G=34.90%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224520500.030.190.0151.0688.6889.61
HexFCF5CD0313133595a
Octal3743653150323163131132
Binary11111100111101011100110101110011111001110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5CD; }

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

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

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

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

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

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

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

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