Shades of Rose White #F8F0EE
Tints of Rose White #F8F0EE
RGB
CMYK
RGB Variations
Color information
#F8F0EE (or 0xF8F0EE) is known color: Rose White. HEX triplet: F8, F0 and EE. RGB value is (248,240,238). Sum of RGB (Red+Green+Blue) = 248+240+238=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0EE is #070F11. Grayscale: #F2F2F2. Windows color (decimal): -462610 or 15659256. OLE color: 15659256.
HSL color Cylindrical-coordinate representation of color #F8F0EE: hue angle of 12º degrees, saturation: 0.42, 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 #F8F0EE is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 240 | 238 | - |
CMYK | 0 | 0.03 | 0.04 | 0.03 |
HSL | 12º | 0.42% | 0.95% | - |
HSV(B) | 12º | 0.04% | 0.97% | - |
XYZ | 85.3 | 88.45 | 93.47 | - |
YUV | 242.16 | 125.65 | 132.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 240 | 238 | 0 | 0.03 | 0.04 | 0.03 | 12 | 0.42 | 0.95 |
Hex | F8 | F0 | EE | 0 | 3 | 4 | 3 | C | 2A | 5F |
Octal | 370 | 360 | 356 | 0 | 3 | 4 | 3 | 14 | 52 | 137 |
Binary | 11111000 | 11110000 | 11101110 | 0 | 11 | 100 | 11 | 1100 | 101010 | 1011111 |
Color Harmonies of #F8F0EE
Complementary color
Monochromatic Colors of #F8F0EE
Black with #F8F0EE
Text Example
Text Example
White with #F8F0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F0EE; }
p { color: rgb(248,240,238); }
H1.HeaderClassName
{
color: #F8F0EE;
}
.AnyTagClassName
{
color: #F8F0EE;
}
</style>
background-color css
<style>
a { background-color: #F8F0EE; }
a { background-color: rgb(248,240,238); }
div.DivClassName
{
background-color: #F8F0EE;
}
.BgClassName
{
background-color: #F8F0EE;
}
</style>
border-color css
<style>
span { border-color: #F8F0EE; }
span { border-color: rgb(248,240,238); }
td.TdClassName
{
border-color: #F8F0EE;
}
.TagClassName
{
border-color: #F8F0EE;
}
</style>