#FAF5EA

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

Shades of Old Lace #FAF5EA

Tints of Old Lace #FAF5EA

Color information

#FAF5EA (or 0xFAF5EA) is unknown color: approx Old Lace. HEX triplet: FA, F5 and EA. RGB value is (250,245,234). Sum of RGB (Red+Green+Blue) = 250+245+234=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 234 (91.80% from 255 or 32.10% from 729); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5EA is #050A15. Grayscale: #F5F5F5. Windows color (decimal): -330262 or 15398394. OLE color: 15398394.

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

Color convert

RGB250245234-
CMYK00.020.060.02
HSL41.25º61.54%94.9%-
HSV(B)41.25º6.4%98.04%-
XYZ86.9391.5790.93-
YUV245.24121.66131.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 245 (96.09% from 255) = 33.61%
BLUE value IS 234 (91.80% from 255) = 32.10%
R=34.29%
G=33.61%
B=32.10%

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
Decimal25024523400.020.060.0241.2561.5494.9
HexFAF5EA0262293e5f
Octal37236535202625176137
Binary111110101111010111101010010110101010011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5EA; }

 p { color: rgb(250,245,234); }

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

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

 a { background-color: rgb(250,245,234); }

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

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

 span { border-color: rgb(250,245,234); }

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