#FAF5CF

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

Shades of Lemon Chiffon #FAF5CF

Tints of Lemon Chiffon #FAF5CF

Color information

#FAF5CF (or 0xFAF5CF) is unknown color: approx Lemon Chiffon. HEX triplet: FA, F5 and CF. RGB value is (250,245,207). Sum of RGB (Red+Green+Blue) = 250+245+207=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 207 (81.25% from 255 or 29.49% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5CF is #050A30. Grayscale: #F2F2F2. Windows color (decimal): -330289 or 13628922. OLE color: 13628922.

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

Color convert

RGB250245207-
CMYK00.020.170.02
HSL53.02º81.13%89.61%-
HSV(B)53.02º17.2%98.04%-
XYZ83.3490.1372.04-
YUV242.16108.16133.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 207 (81.25% from 255) = 29.49%
R=35.61%
G=34.90%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024520700.020.170.0253.0281.1389.61
HexFAF5CF0211235515a
Octal3723653170221265121132
Binary111110101111010111001111010100011011010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5CF; }

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

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

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

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

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

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

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

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