#FAF4E9

Color #FAF4E9 Old Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lace #FAF4E9

Tints of Old Lace #FAF4E9

Color information

#FAF4E9 (or 0xFAF4E9) is unknown color: approx Old Lace. HEX triplet: FA, F4 and E9. RGB value is (250,244,233). Sum of RGB (Red+Green+Blue) = 250+244+233=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 244 (95.70% from 255 or 33.56% from 727); Blue value is 233 (91.41% from 255 or 32.05% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4E9 is #050B16. Grayscale: #F4F4F4. Windows color (decimal): -330519 or 15332602. OLE color: 15332602.

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

Color convert

RGB250244233-
CMYK00.020.070.02
HSL38.82º62.96%94.71%-
HSV(B)38.82º6.8%98.04%-
XYZ86.4890.9190.08-
YUV244.54121.49131.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 244 (95.70% from 255) = 33.56%
BLUE value IS 233 (91.41% from 255) = 32.05%
R=34.39%
G=33.56%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024423300.020.070.0238.8262.9694.71
HexFAF4E90272273f5f
Octal37236435102724777137
Binary111110101111010011101001010111101001111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4E9; }

 p { color: rgb(250,244,233); }

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

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

 a { background-color: rgb(250,244,233); }

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

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

 span { border-color: rgb(250,244,233); }

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