#FAF6CF

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

Shades of Lemon Chiffon #FAF6CF

Tints of Lemon Chiffon #FAF6CF

Color information

#FAF6CF (or 0xFAF6CF) is unknown color: approx Lemon Chiffon. HEX triplet: FA, F6 and CF. RGB value is (250,246,207). Sum of RGB (Red+Green+Blue) = 250+246+207=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 207 (81.25% from 255 or 29.45% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6CF is #050930. Grayscale: #F2F2F2. Windows color (decimal): -330033 or 13629178. OLE color: 13629178.

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

Color convert

RGB250246207-
CMYK00.020.170.02
HSL54.42º81.13%89.61%-
HSV(B)54.42º17.2%98.04%-
XYZ83.6490.7472.14-
YUV242.75107.83133.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 246 (96.48% from 255) = 34.99%
BLUE value IS 207 (81.25% from 255) = 29.45%
R=35.56%
G=34.99%
B=29.45%

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
Decimal25024620700.020.170.0254.4281.1389.61
HexFAF6CF0211236515a
Octal3723663170221266121132
Binary111110101111011011001111010100011011011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6CF; }

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

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

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

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

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

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

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

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