#FCF9CA

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

Shades of Lemon Chiffon #FCF9CA

Tints of Lemon Chiffon #FCF9CA

Color information

#FCF9CA (or 0xFCF9CA) is unknown color: approx Lemon Chiffon. HEX triplet: FC, F9 and CA. RGB value is (252,249,202). Sum of RGB (Red+Green+Blue) = 252+249+202=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 202 (79.30% from 255 or 28.73% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9CA is #030635. Grayscale: #F4F4F4. Windows color (decimal): -198198 or 13302268. OLE color: 13302268.

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

Color convert

RGB252249202-
CMYK00.010.200.01
HSL56.4º89.29%89.02%-
HSV(B)56.4º19.84%98.82%-
XYZ84.6892.7169.31-
YUV244.54103.99133.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 249 (97.66% from 255) = 35.42%
BLUE value IS 202 (79.30% from 255) = 28.73%
R=35.85%
G=35.42%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224920200.010.200.0156.489.2989.02
HexFCF9CA01141385959
Octal3743713120124170131131
Binary1111110011111001110010100110100111100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9CA; }

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

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

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

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

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

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

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

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