Shades of Hint Of Red #F8F1ED
Tints of Hint Of Red #F8F1ED
RGB
CMYK
RGB Variations
Color information
#F8F1ED (or 0xF8F1ED) is known color: Hint Of Red. HEX triplet: F8, F1 and ED. RGB value is (248,241,237). Sum of RGB (Red+Green+Blue) = 248+241+237=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 241 (94.53% from 255 or 33.20% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F1ED is #070E12. Grayscale: #F2F2F2. Windows color (decimal): -462355 or 15593976. OLE color: 15593976.
HSL color Cylindrical-coordinate representation of color #F8F1ED: hue angle of 21.82º 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 #F8F1ED is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 241 | 237 | - |
CMYK | 0 | 0.03 | 0.04 | 0.03 |
HSL | 21.82º | 0.44% | 0.95% | - |
HSV(B) | 21.82º | 0.04% | 0.97% | - |
XYZ | 85.45 | 88.98 | 92.79 | - |
YUV | 242.64 | 124.82 | 131.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 241 | 237 | 0 | 0.03 | 0.04 | 0.03 | 21.82 | 0.44 | 0.95 |
Hex | F8 | F1 | ED | 0 | 3 | 4 | 3 | 16 | 2C | 5F |
Octal | 370 | 361 | 355 | 0 | 3 | 4 | 3 | 26 | 54 | 137 |
Binary | 11111000 | 11110001 | 11101101 | 0 | 11 | 100 | 11 | 10110 | 101100 | 1011111 |
Color Harmonies of #F8F1ED
Complementary color
Monochromatic Colors of #F8F1ED
Black with #F8F1ED
Text Example
Text Example
White with #F8F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F1ED; }
p { color: rgb(248,241,237); }
H1.HeaderClassName
{
color: #F8F1ED;
}
.AnyTagClassName
{
color: #F8F1ED;
}
</style>
background-color css
<style>
a { background-color: #F8F1ED; }
a { background-color: rgb(248,241,237); }
div.DivClassName
{
background-color: #F8F1ED;
}
.BgClassName
{
background-color: #F8F1ED;
}
</style>
border-color css
<style>
span { border-color: #F8F1ED; }
span { border-color: rgb(248,241,237); }
td.TdClassName
{
border-color: #F8F1ED;
}
.TagClassName
{
border-color: #F8F1ED;
}
</style>