#FAF6CE

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

Shades of Lemon Chiffon #FAF6CE

Tints of Lemon Chiffon #FAF6CE

Color information

#FAF6CE (or 0xFAF6CE) is unknown color: approx Lemon Chiffon. HEX triplet: FA, F6 and CE. RGB value is (250,246,206). Sum of RGB (Red+Green+Blue) = 250+246+206=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6CE is #050931. Grayscale: #F2F2F2. Windows color (decimal): -330034 or 13563642. OLE color: 13563642.

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

Color convert

RGB250246206-
CMYK00.020.180.02
HSL54.55º81.48%89.41%-
HSV(B)54.55º17.6%98.04%-
XYZ83.5290.6971.5-
YUV242.64107.33133.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 246 (96.48% from 255) = 35.04%
BLUE value IS 206 (80.86% from 255) = 29.34%
R=35.61%
G=35.04%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024620600.020.180.0254.5581.4889.41
HexFAF6CE02122375159
Octal3723663160222267121131
Binary111110101111011011001110010100101011011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6CE; }

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

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

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

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

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

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

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

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