#F7F0E5

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

Shades of Old Lace #F7F0E5

Tints of Old Lace #F7F0E5

Color information

#F7F0E5 (or 0xF7F0E5) is unknown color: approx Old Lace. HEX triplet: F7, F0 and E5. RGB value is (247,240,229). Sum of RGB (Red+Green+Blue) = 247+240+229=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 229 (89.84% from 255 or 31.98% from 716); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0E5 is #080F1A. Grayscale: #F0F0F0. Windows color (decimal): -528155 or 15069431. OLE color: 15069431.

HSL color Cylindrical-coordinate representation of color #F7F0E5: hue angle of 36.67º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F7F0E5 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB247240229-
CMYK00.030.070.03
HSL36.67º52.94%93.33%-
HSV(B)36.67º7.29%96.86%-
XYZ83.6687.7586.66-
YUV240.84121.32132.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.50%
GREEN value IS 240 (94.14% from 255) = 33.52%
BLUE value IS 229 (89.84% from 255) = 31.98%
R=34.50%
G=33.52%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724022900.030.070.0336.6752.9493.33
HexF7F0E5037325355d
Octal36736034503734565135
Binary111101111111000011100101011111111001011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F0E5; }

 p { color: rgb(247,240,229); }

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

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

 a { background-color: rgb(247,240,229); }

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

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

 span { border-color: rgb(247,240,229); }

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