#FAF7CE

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

Shades of Lemon Chiffon #FAF7CE

Tints of Lemon Chiffon #FAF7CE

Color information

#FAF7CE (or 0xFAF7CE) is unknown color: approx Lemon Chiffon. HEX triplet: FA, F7 and CE. RGB value is (250,247,206). Sum of RGB (Red+Green+Blue) = 250+247+206=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 206 (80.86% from 255 or 29.30% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7CE is #050831. Grayscale: #F3F3F3. Windows color (decimal): -329778 or 13563898. OLE color: 13563898.

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

Color convert

RGB250247206-
CMYK00.010.180.02
HSL55.91º81.48%89.41%-
HSV(B)55.91º17.6%98.04%-
XYZ83.8391.371.6-
YUV243.22106.99132.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 247 (96.88% from 255) = 35.14%
BLUE value IS 206 (80.86% from 255) = 29.30%
R=35.56%
G=35.14%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024720600.010.180.0255.9181.4889.41
HexFAF7CE01122385159
Octal3723673160122270121131
Binary11111010111101111100111001100101011100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7CE; }

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

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

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

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

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

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

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

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