#FAF3E2

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

Shades of Old Lace #FAF3E2

Tints of Old Lace #FAF3E2

Color information

#FAF3E2 (or 0xFAF3E2) is unknown color: approx Old Lace. HEX triplet: FA, F3 and E2. RGB value is (250,243,226). Sum of RGB (Red+Green+Blue) = 250+243+226=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 243 (95.31% from 255 or 33.80% from 719); Blue value is 226 (88.67% from 255 or 31.43% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3E2 is #050C1D. Grayscale: #F3F3F3. Windows color (decimal): -330782 or 14873594. OLE color: 14873594.

HSL color Cylindrical-coordinate representation of color #FAF3E2: hue angle of 42.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAF3E2 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250243226-
CMYK00.030.100.02
HSL42.5º70.59%93.33%-
HSV(B)42.5º9.6%98.04%-
XYZ85.289.9284.82-
YUV243.16118.32132.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 243 (95.31% from 255) = 33.80%
BLUE value IS 226 (88.67% from 255) = 31.43%
R=34.77%
G=33.80%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024322600.030.100.0242.570.5993.33
HexFAF3E203A22a475d
Octal3723633420312252107135
Binary11111010111100111110001001110101010101010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3E2; }

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

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

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

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

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

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

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

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