#FCF9CD

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

Shades of Lemon Chiffon #FCF9CD

Tints of Lemon Chiffon #FCF9CD

Color information

#FCF9CD (or 0xFCF9CD) is unknown color: approx Lemon Chiffon. HEX triplet: FC, F9 and CD. RGB value is (252,249,205). Sum of RGB (Red+Green+Blue) = 252+249+205=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 205 (80.47% from 255 or 29.04% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9CD is #030632. Grayscale: #F5F5F5. Windows color (decimal): -198195 or 13498876. OLE color: 13498876.

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

Color convert

RGB252249205-
CMYK00.010.190.01
HSL56.17º88.68%89.61%-
HSV(B)56.17º18.65%98.82%-
XYZ85.0492.8571.2-
YUV244.88105.49133.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.69%
GREEN value IS 249 (97.66% from 255) = 35.27%
BLUE value IS 205 (80.47% from 255) = 29.04%
R=35.69%
G=35.27%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224920500.010.190.0156.1788.6889.61
HexFCF9CD0113138595a
Octal3743713150123170131132
Binary1111110011111001110011010110011111100010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9CD; }

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

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

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

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

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

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

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

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