#FAF3E7

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

Shades of Old Lace #FAF3E7

Tints of Old Lace #FAF3E7

Color information

#FAF3E7 (or 0xFAF3E7) is unknown color: approx Old Lace. HEX triplet: FA, F3 and E7. RGB value is (250,243,231). Sum of RGB (Red+Green+Blue) = 250+243+231=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 243 (95.31% from 255 or 33.56% from 724); Blue value is 231 (90.62% from 255 or 31.91% from 724); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3E7 is #050C18. Grayscale: #F3F3F3. Windows color (decimal): -330777 or 15201274. OLE color: 15201274.

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

Color convert

RGB250243231-
CMYK00.030.080.02
HSL37.89º65.52%94.31%-
HSV(B)37.89º7.6%98.04%-
XYZ85.990.1988.48-
YUV243.72120.82132.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.53%
GREEN value IS 243 (95.31% from 255) = 33.56%
BLUE value IS 231 (90.62% from 255) = 31.91%
R=34.53%
G=33.56%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024323100.030.080.0237.8965.5294.31
HexFAF3E7038226425e
Octal3723633470310246102136
Binary11111010111100111110011101110001010011010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3E7; }

 p { color: rgb(250,243,231); }

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

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

 a { background-color: rgb(250,243,231); }

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

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

 span { border-color: rgb(250,243,231); }

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