#FAF4E8

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

Shades of Old Lace #FAF4E8

Tints of Old Lace #FAF4E8

Color information

#FAF4E8 (or 0xFAF4E8) is unknown color: approx Old Lace. HEX triplet: FA, F4 and E8. RGB value is (250,244,232). Sum of RGB (Red+Green+Blue) = 250+244+232=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 244 (95.70% from 255 or 33.61% from 726); Blue value is 232 (91.02% from 255 or 31.96% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4E8 is #050B17. Grayscale: #F4F4F4. Windows color (decimal): -330520 or 15267066. OLE color: 15267066.

HSL color Cylindrical-coordinate representation of color #FAF4E8: hue angle of 40º degrees, saturation: 0.64, 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 #FAF4E8 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB250244232-
CMYK00.020.070.02
HSL40º64.29%94.51%-
HSV(B)40º7.2%98.04%-
XYZ86.3490.8589.33-
YUV244.43120.99131.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 244 (95.70% from 255) = 33.61%
BLUE value IS 232 (91.02% from 255) = 31.96%
R=34.44%
G=33.61%
B=31.96%

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
Decimal25024423200.020.070.024064.2994.51
HexFAF4E8027228405f
Octal372364350027250100137
Binary1111101011110100111010000101111010100010000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4E8; }

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

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

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

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

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

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

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

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