#FAF5ED

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

Shades of Old Lace #FAF5ED

Tints of Old Lace #FAF5ED

Color information

#FAF5ED (or 0xFAF5ED) is unknown color: approx Old Lace. HEX triplet: FA, F5 and ED. RGB value is (250,245,237). Sum of RGB (Red+Green+Blue) = 250+245+237=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 245 (96.09% from 255 or 33.47% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5ED is #050A12. Grayscale: #F5F5F5. Windows color (decimal): -330259 or 15595002. OLE color: 15595002.

HSL color Cylindrical-coordinate representation of color #FAF5ED: hue angle of 36.92º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAF5ED is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250245237-
CMYK00.020.050.02
HSL36.92º56.52%95.49%-
HSV(B)36.92º5.2%98.04%-
XYZ87.3691.7493.22-
YUV245.58123.16131.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 245 (96.09% from 255) = 33.47%
BLUE value IS 237 (92.97% from 255) = 32.38%
R=34.15%
G=33.47%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024523700.020.050.0236.9256.5295.49
HexFAF5ED025225395f
Octal37236535502524571137
Binary111110101111010111101101010101101001011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5ED; }

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

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

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

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

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

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

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

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