Shades of Linen #F7F2EB
Tints of Linen #F7F2EB
RGB
CMYK
RGB Variations
Color information
#F7F2EB (or 0xF7F2EB) is known color: Linen. HEX triplet: F7, F2 and EB. RGB value is (247,242,235). Sum of RGB (Red+Green+Blue) = 247+242+235=724 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.12% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F2EB is #080D14. Grayscale: #F2F2F2. Windows color (decimal): -527637 or 15463159. OLE color: 15463159.
HSL color Cylindrical-coordinate representation of color #F7F2EB: hue angle of 35º degrees, saturation: 0.43, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F7F2EB is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 242 | 235 | - |
CMYK | 0 | 0.02 | 0.05 | 0.03 |
HSL | 35º | 0.43% | 0.95% | - |
HSV(B) | 35º | 0.05% | 0.97% | - |
XYZ | 85.11 | 89.28 | 91.34 | - |
YUV | 242.7 | 123.66 | 131.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 242 | 235 | 0 | 0.02 | 0.05 | 0.03 | 35 | 0.43 | 0.95 |
Hex | F7 | F2 | EB | 0 | 2 | 5 | 3 | 23 | 2B | 5F |
Octal | 367 | 362 | 353 | 0 | 2 | 5 | 3 | 43 | 53 | 137 |
Binary | 11110111 | 11110010 | 11101011 | 0 | 10 | 101 | 11 | 100011 | 101011 | 1011111 |
Color Harmonies of #F7F2EB
Complementary color
Monochromatic Colors of #F7F2EB
Black with #F7F2EB
Text Example
Text Example
White with #F7F2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F2EB; }
p { color: rgb(247,242,235); }
H1.HeaderClassName
{
color: #F7F2EB;
}
.AnyTagClassName
{
color: #F7F2EB;
}
</style>
background-color css
<style>
a { background-color: #F7F2EB; }
a { background-color: rgb(247,242,235); }
div.DivClassName
{
background-color: #F7F2EB;
}
.BgClassName
{
background-color: #F7F2EB;
}
</style>
border-color css
<style>
span { border-color: #F7F2EB; }
span { border-color: rgb(247,242,235); }
td.TdClassName
{
border-color: #F7F2EB;
}
.TagClassName
{
border-color: #F7F2EB;
}
</style>