#FAF4EB

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

Shades of Old Lace #FAF4EB

Tints of Old Lace #FAF4EB

Color information

#FAF4EB (or 0xFAF4EB) is unknown color: approx Old Lace. HEX triplet: FA, F4 and EB. RGB value is (250,244,235). Sum of RGB (Red+Green+Blue) = 250+244+235=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 244 (95.70% from 255 or 33.47% from 729); Blue value is 235 (92.19% from 255 or 32.24% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF4EB is #050B14. Grayscale: #F4F4F4. Windows color (decimal): -330517 or 15463674. OLE color: 15463674.

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

Color convert

RGB250244235-
CMYK00.020.060.02
HSL36º60%95.1%-
HSV(B)36º6%98.04%-
XYZ86.7791.0291.59-
YUV244.77122.49131.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 244 (95.70% from 255) = 33.47%
BLUE value IS 235 (92.19% from 255) = 32.24%
R=34.29%
G=33.47%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024423500.020.060.02366095.1
HexFAF4EB0262243c5f
Octal37236435302624474137
Binary111110101111010011101011010110101001001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4EB; }

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

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

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

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

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

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

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

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