Shades of Rose White #F8F0ED
Tints of Rose White #F8F0ED
RGB
CMYK
RGB Variations
Color information
#F8F0ED (or 0xF8F0ED) is known color: Rose White. HEX triplet: F8, F0 and ED. RGB value is (248,240,237). Sum of RGB (Red+Green+Blue) = 248+240+237=725 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.21% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0ED is #070F12. Grayscale: #F2F2F2. Windows color (decimal): -462611 or 15593720. OLE color: 15593720.
HSL color Cylindrical-coordinate representation of color #F8F0ED: hue angle of 16.36º 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 #F8F0ED is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 240 | 237 | - |
CMYK | 0 | 0.03 | 0.04 | 0.03 |
HSL | 16.36º | 0.44% | 0.95% | - |
HSV(B) | 16.36º | 0.04% | 0.97% | - |
XYZ | 85.16 | 88.39 | 92.69 | - |
YUV | 242.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 240 | 237 | 0 | 0.03 | 0.04 | 0.03 | 16.36 | 0.44 | 0.95 |
Hex | F8 | F0 | ED | 0 | 3 | 4 | 3 | 10 | 2C | 5F |
Octal | 370 | 360 | 355 | 0 | 3 | 4 | 3 | 20 | 54 | 137 |
Binary | 11111000 | 11110000 | 11101101 | 0 | 11 | 100 | 11 | 10000 | 101100 | 1011111 |
Color Harmonies of #F8F0ED
Complementary color
Monochromatic Colors of #F8F0ED
Black with #F8F0ED
Text Example
Text Example
White with #F8F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0ED; }
p { color: rgb(248,240,237); }
H1.HeaderClassName
{
color: #F8F0ED;
}
.AnyTagClassName
{
color: #F8F0ED;
}
</style>
background-color css
<style>
a { background-color: #F8F0ED; }
a { background-color: rgb(248,240,237); }
div.DivClassName
{
background-color: #F8F0ED;
}
.BgClassName
{
background-color: #F8F0ED;
}
</style>
border-color css
<style>
span { border-color: #F8F0ED; }
span { border-color: rgb(248,240,237); }
td.TdClassName
{
border-color: #F8F0ED;
}
.TagClassName
{
border-color: #F8F0ED;
}
</style>