#FAF5CB

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

Shades of Lemon Chiffon #FAF5CB

Tints of Lemon Chiffon #FAF5CB

Color information

#FAF5CB (or 0xFAF5CB) is unknown color: approx Lemon Chiffon. HEX triplet: FA, F5 and CB. RGB value is (250,245,203). Sum of RGB (Red+Green+Blue) = 250+245+203=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 203 (79.69% from 255 or 29.08% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5CB is #050A34. Grayscale: #F1F1F1. Windows color (decimal): -330293 or 13366778. OLE color: 13366778.

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

Color convert

RGB250245203-
CMYK00.020.190.02
HSL53.62º82.46%88.82%-
HSV(B)53.62º18.8%98.04%-
XYZ82.8689.9469.49-
YUV241.71106.16133.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 245 (96.09% from 255) = 35.10%
BLUE value IS 203 (79.69% from 255) = 29.08%
R=35.82%
G=35.10%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024520300.020.190.0253.6282.4688.82
HexFAF5CB02132365259
Octal3723653130223266122131
Binary111110101111010111001011010100111011011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5CB; }

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

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

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

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

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

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

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

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