#FAF4E6

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

Shades of Old Lace #FAF4E6

Tints of Old Lace #FAF4E6

Color information

#FAF4E6 (or 0xFAF4E6) is unknown color: approx Old Lace. HEX triplet: FA, F4 and E6. RGB value is (250,244,230). Sum of RGB (Red+Green+Blue) = 250+244+230=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 244 (95.70% from 255 or 33.70% from 724); Blue value is 230 (90.23% from 255 or 31.77% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4E6 is #050B19. Grayscale: #F4F4F4. Windows color (decimal): -330522 or 15135994. OLE color: 15135994.

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

Color convert

RGB250244230-
CMYK00.020.080.02
HSL42º66.67%94.12%-
HSV(B)42º8%98.04%-
XYZ86.0690.7487.84-
YUV244.2119.99132.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 244 (95.70% from 255) = 33.70%
BLUE value IS 230 (90.23% from 255) = 31.77%
R=34.53%
G=33.70%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024423000.020.080.024266.6794.12
HexFAF4E602822a435e
Octal3723643460210252103136
Binary11111010111101001110011001010001010101010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4E6; }

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

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

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

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

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

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

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

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