#FAF4E5

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

Shades of Old Lace #FAF4E5

Tints of Old Lace #FAF4E5

Color information

#FAF4E5 (or 0xFAF4E5) is unknown color: approx Old Lace. HEX triplet: FA, F4 and E5. RGB value is (250,244,229). Sum of RGB (Red+Green+Blue) = 250+244+229=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 244 (95.70% from 255 or 33.75% from 723); Blue value is 229 (89.84% from 255 or 31.67% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4E5 is #050B1A. Grayscale: #F4F4F4. Windows color (decimal): -330523 or 15070458. OLE color: 15070458.

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

Color convert

RGB250244229-
CMYK00.020.080.02
HSL42.86º67.74%93.92%-
HSV(B)42.86º8.4%98.04%-
XYZ85.9290.6887.1-
YUV244.08119.49132.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.58%
GREEN value IS 244 (95.70% from 255) = 33.75%
BLUE value IS 229 (89.84% from 255) = 31.67%
R=34.58%
G=33.75%
B=31.67%

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
Decimal25024422900.020.080.0242.8667.7493.92
HexFAF4E502822b445e
Octal3723643450210253104136
Binary11111010111101001110010101010001010101110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4E5; }

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

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

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

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

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

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

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

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