#F9F4ED

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

Shades of Old Lace #F9F4ED

Tints of Old Lace #F9F4ED

Color information

#F9F4ED (or 0xF9F4ED) is unknown color: approx Old Lace. HEX triplet: F9, F4 and ED. RGB value is (249,244,237). Sum of RGB (Red+Green+Blue) = 249+244+237=730 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.11% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F4ED is #060B12. Grayscale: #F4F4F4. Windows color (decimal): -396051 or 15594745. OLE color: 15594745.

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

Color convert

RGB249244237-
CMYK00.020.050.02
HSL35º50%95.29%-
HSV(B)35º4.82%97.65%-
XYZ86.790.9693.11-
YUV244.7123.66131.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.11%
GREEN value IS 244 (95.70% from 255) = 33.42%
BLUE value IS 237 (92.97% from 255) = 32.47%
R=34.11%
G=33.42%
B=32.47%

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
Decimal24924423700.020.050.02355095.29
HexF9F4ED025223325f
Octal37136435502524362137
Binary111110011111010011101101010101101000111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F4ED; }

 p { color: rgb(249,244,237); }

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

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

 a { background-color: rgb(249,244,237); }

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

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

 span { border-color: rgb(249,244,237); }

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