#FAF2E3

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

Shades of Old Lace #FAF2E3

Tints of Old Lace #FAF2E3

Color information

#FAF2E3 (or 0xFAF2E3) is unknown color: approx Old Lace. HEX triplet: FA, F2 and E3. RGB value is (250,242,227). Sum of RGB (Red+Green+Blue) = 250+242+227=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 227 (89.06% from 255 or 31.57% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2E3 is #050D1C. Grayscale: #F2F2F2. Windows color (decimal): -331037 or 14938874. OLE color: 14938874.

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

Color convert

RGB250242227-
CMYK00.030.090.02
HSL39.13º69.7%93.53%-
HSV(B)39.13º9.2%98.04%-
XYZ85.0489.3785.44-
YUV242.68119.15133.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 242 (94.92% from 255) = 33.66%
BLUE value IS 227 (89.06% from 255) = 31.57%
R=34.77%
G=33.66%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024222700.030.090.0239.1369.793.53
HexFAF2E3039227465e
Octal3723623430311247106136
Binary11111010111100101110001101110011010011110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2E3; }

 p { color: rgb(250,242,227); }

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

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

 a { background-color: rgb(250,242,227); }

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

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

 span { border-color: rgb(250,242,227); }

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