#FAF7CB

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

Shades of Lemon Chiffon #FAF7CB

Tints of Lemon Chiffon #FAF7CB

Color information

#FAF7CB (or 0xFAF7CB) is unknown color: approx Lemon Chiffon. HEX triplet: FA, F7 and CB. RGB value is (250,247,203). Sum of RGB (Red+Green+Blue) = 250+247+203=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 203 (79.69% from 255 or 29% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7CB is #050834. Grayscale: #F3F3F3. Windows color (decimal): -329781 or 13367290. OLE color: 13367290.

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

Color convert

RGB250247203-
CMYK00.010.190.02
HSL56.17º82.46%88.82%-
HSV(B)56.17º18.8%98.04%-
XYZ83.4691.1669.7-
YUV242.88105.49133.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 247 (96.88% from 255) = 35.29%
BLUE value IS 203 (79.69% from 255) = 29%
R=35.71%
G=35.29%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024720300.010.190.0256.1782.4688.82
HexFAF7CB01132385259
Octal3723673130123270122131
Binary11111010111101111100101101100111011100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF7CB; }

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

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

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

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

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

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

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

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