Shades of Rose White #F8EEEC
Tints of Rose White #F8EEEC
RGB
CMYK
RGB Variations
Color information
#F8EEEC (or 0xF8EEEC) is known color: Rose White. HEX triplet: F8, EE and EC. RGB value is (248,238,236). Sum of RGB (Red+Green+Blue) = 248+238+236=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 236 (92.58% from 255 or 32.69% from 722); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EEEC is #071113. Grayscale: #F0F0F0. Windows color (decimal): -463124 or 15527672. OLE color: 15527672.
HSL color Cylindrical-coordinate representation of color #F8EEEC: hue angle of 10º degrees, saturation: 0.46, 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 #F8EEEC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 238 | 236 | - |
CMYK | 0 | 0.04 | 0.05 | 0.03 |
HSL | 10º | 0.46% | 0.95% | - |
HSV(B) | 10º | 0.05% | 0.97% | - |
XYZ | 84.43 | 87.16 | 91.73 | - |
YUV | 240.76 | 125.31 | 133.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 238 | 236 | 0 | 0.04 | 0.05 | 0.03 | 10 | 0.46 | 0.95 |
Hex | F8 | EE | EC | 0 | 4 | 5 | 3 | A | 2E | 5F |
Octal | 370 | 356 | 354 | 0 | 4 | 5 | 3 | 12 | 56 | 137 |
Binary | 11111000 | 11101110 | 11101100 | 0 | 100 | 101 | 11 | 1010 | 101110 | 1011111 |
Color Harmonies of #F8EEEC
Complementary color
Monochromatic Colors of #F8EEEC
Black with #F8EEEC
Text Example
Text Example
White with #F8EEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EEEC; }
p { color: rgb(248,238,236); }
H1.HeaderClassName
{
color: #F8EEEC;
}
.AnyTagClassName
{
color: #F8EEEC;
}
</style>
background-color css
<style>
a { background-color: #F8EEEC; }
a { background-color: rgb(248,238,236); }
div.DivClassName
{
background-color: #F8EEEC;
}
.BgClassName
{
background-color: #F8EEEC;
}
</style>
border-color css
<style>
span { border-color: #F8EEEC; }
span { border-color: rgb(248,238,236); }
td.TdClassName
{
border-color: #F8EEEC;
}
.TagClassName
{
border-color: #F8EEEC;
}
</style>