#FAF4E4

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

Shades of Old Lace #FAF4E4

Tints of Old Lace #FAF4E4

Color information

#FAF4E4 (or 0xFAF4E4) is unknown color: approx Old Lace. HEX triplet: FA, F4 and E4. RGB value is (250,244,228). Sum of RGB (Red+Green+Blue) = 250+244+228=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 244 (95.70% from 255 or 33.80% from 722); Blue value is 228 (89.45% from 255 or 31.58% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4E4 is #050B1B. Grayscale: #F4F4F4. Windows color (decimal): -330524 or 15004922. OLE color: 15004922.

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

Color convert

RGB250244228-
CMYK00.020.090.02
HSL43.64º68.75%93.73%-
HSV(B)43.64º8.8%98.04%-
XYZ85.7890.6386.37-
YUV243.97118.99132.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 244 (95.70% from 255) = 33.80%
BLUE value IS 228 (89.45% from 255) = 31.58%
R=34.63%
G=33.80%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024422800.020.090.0243.6468.7593.73
HexFAF4E402922c455e
Octal3723643440211254105136
Binary11111010111101001110010001010011010110010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4E4; }

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

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

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

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

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

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

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

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