#FAF3E4

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

Shades of Old Lace #FAF3E4

Tints of Old Lace #FAF3E4

Color information

#FAF3E4 (or 0xFAF3E4) is unknown color: approx Old Lace. HEX triplet: FA, F3 and E4. RGB value is (250,243,228). Sum of RGB (Red+Green+Blue) = 250+243+228=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 228 (89.45% from 255 or 31.62% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3E4 is #050C1B. Grayscale: #F3F3F3. Windows color (decimal): -330780 or 15004666. OLE color: 15004666.

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

Color convert

RGB250243228-
CMYK00.030.090.02
HSL40.91º68.75%93.73%-
HSV(B)40.91º8.8%98.04%-
XYZ85.4890.0386.27-
YUV243.38119.32132.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 243 (95.31% from 255) = 33.70%
BLUE value IS 228 (89.45% from 255) = 31.62%
R=34.67%
G=33.70%
B=31.62%

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
Decimal25024322800.030.090.0240.9168.7593.73
HexFAF3E4039229455e
Octal3723633440311251105136
Binary11111010111100111110010001110011010100110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3E4; }

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

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

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

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

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

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

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

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