#F7F2EA

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

Shades of Old Lace #F7F2EA

Tints of Old Lace #F7F2EA

Color information

#F7F2EA (or 0xF7F2EA) is unknown color: approx Old Lace. HEX triplet: F7, F2 and EA. RGB value is (247,242,234). Sum of RGB (Red+Green+Blue) = 247+242+234=723 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.16% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F2EA is #080D15. Grayscale: #F2F2F2. Windows color (decimal): -527638 or 15397623. OLE color: 15397623.

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

Color convert

RGB247242234-
CMYK00.020.050.03
HSL36.92º44.83%94.31%-
HSV(B)36.92º5.26%96.86%-
XYZ84.9689.2290.58-
YUV242.58123.16131.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.16%
GREEN value IS 242 (94.92% from 255) = 33.47%
BLUE value IS 234 (91.80% from 255) = 32.37%
R=34.16%
G=33.47%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724223400.020.050.0336.9244.8394.31
HexF7F2EA0253252d5e
Octal36736235202534555136
Binary111101111111001011101010010101111001011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F2EA; }

 p { color: rgb(247,242,234); }

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

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

 a { background-color: rgb(247,242,234); }

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

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

 span { border-color: rgb(247,242,234); }

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