#FCF5CB

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

Shades of Lemon Chiffon #FCF5CB

Tints of Lemon Chiffon #FCF5CB

Color information

#FCF5CB (or 0xFCF5CB) is unknown color: approx Lemon Chiffon. HEX triplet: FC, F5 and CB. RGB value is (252,245,203). Sum of RGB (Red+Green+Blue) = 252+245+203=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 203 (79.69% from 255 or 29% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5CB is #030A34. Grayscale: #F2F2F2. Windows color (decimal): -199221 or 13366780. OLE color: 13366780.

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

Color convert

RGB252245203-
CMYK00.030.190.01
HSL51.43º89.09%89.22%-
HSV(B)51.43º19.44%98.82%-
XYZ83.5890.3169.53-
YUV242.3105.82134.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36%
GREEN value IS 245 (96.09% from 255) = 35%
BLUE value IS 203 (79.69% from 255) = 29%
R=36%
G=35%
B=29%

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
Decimal25224520300.030.190.0151.4389.0989.22
HexFCF5CB03131335959
Octal3743653130323163131131
Binary11111100111101011100101101110011111001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5CB; }

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

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

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

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

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

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

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

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