Shades of Hint Of Red #F8F2ED
Tints of Hint Of Red #F8F2ED
RGB
CMYK
RGB Variations
Color information
#F8F2ED (or 0xF8F2ED) is known color: Hint Of Red. HEX triplet: F8, F2 and ED. RGB value is (248,242,237). Sum of RGB (Red+Green+Blue) = 248+242+237=727 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.11% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 237 (92.97% from 255 or 32.60% from 727); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F2ED is #070D12. Grayscale: #F3F3F3. Windows color (decimal): -462099 or 15594232. OLE color: 15594232.
HSL color Cylindrical-coordinate representation of color #F8F2ED: hue angle of 27.27º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8F2ED is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 242 | 237 | - |
CMYK | 0 | 0.02 | 0.04 | 0.03 |
HSL | 27.27º | 0.44% | 0.95% | - |
HSV(B) | 27.27º | 0.04% | 0.97% | - |
XYZ | 85.75 | 89.58 | 92.89 | - |
YUV | 243.22 | 124.49 | 131.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 242 | 237 | 0 | 0.02 | 0.04 | 0.03 | 27.27 | 0.44 | 0.95 |
Hex | F8 | F2 | ED | 0 | 2 | 4 | 3 | 1B | 2C | 5F |
Octal | 370 | 362 | 355 | 0 | 2 | 4 | 3 | 33 | 54 | 137 |
Binary | 11111000 | 11110010 | 11101101 | 0 | 10 | 100 | 11 | 11011 | 101100 | 1011111 |
Color Harmonies of #F8F2ED
Complementary color
Monochromatic Colors of #F8F2ED
Black with #F8F2ED
Text Example
Text Example
White with #F8F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F2ED; }
p { color: rgb(248,242,237); }
H1.HeaderClassName
{
color: #F8F2ED;
}
.AnyTagClassName
{
color: #F8F2ED;
}
</style>
background-color css
<style>
a { background-color: #F8F2ED; }
a { background-color: rgb(248,242,237); }
div.DivClassName
{
background-color: #F8F2ED;
}
.BgClassName
{
background-color: #F8F2ED;
}
</style>
border-color css
<style>
span { border-color: #F8F2ED; }
span { border-color: rgb(248,242,237); }
td.TdClassName
{
border-color: #F8F2ED;
}
.TagClassName
{
border-color: #F8F2ED;
}
</style>