Shades of Rose White #F9F0EC
Tints of Rose White #F9F0EC
RGB
CMYK
RGB Variations
Color information
#F9F0EC (or 0xF9F0EC) is known color: Rose White. HEX triplet: F9, F0 and EC. RGB value is (249,240,236). Sum of RGB (Red+Green+Blue) = 249+240+236=725 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.34% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 236 (92.58% from 255 or 32.55% from 725); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0EC is #060F13. Grayscale: #F2F2F2. Windows color (decimal): -397076 or 15528185. OLE color: 15528185.
HSL color Cylindrical-coordinate representation of color #F9F0EC: hue angle of 18.46º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F0EC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 240 | 236 | - |
CMYK | 0 | 0.04 | 0.05 | 0.02 |
HSL | 18.46º | 0.52% | 0.95% | - |
HSV(B) | 18.46º | 0.05% | 0.98% | - |
XYZ | 85.37 | 88.52 | 91.94 | - |
YUV | 242.24 | 124.48 | 132.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 240 | 236 | 0 | 0.04 | 0.05 | 0.02 | 18.46 | 0.52 | 0.95 |
Hex | F9 | F0 | EC | 0 | 4 | 5 | 2 | 12 | 34 | 5F |
Octal | 371 | 360 | 354 | 0 | 4 | 5 | 2 | 22 | 64 | 137 |
Binary | 11111001 | 11110000 | 11101100 | 0 | 100 | 101 | 10 | 10010 | 110100 | 1011111 |
Color Harmonies of #F9F0EC
Complementary color
Monochromatic Colors of #F9F0EC
Black with #F9F0EC
Text Example
Text Example
White with #F9F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0EC; }
p { color: rgb(249,240,236); }
H1.HeaderClassName
{
color: #F9F0EC;
}
.AnyTagClassName
{
color: #F9F0EC;
}
</style>
background-color css
<style>
a { background-color: #F9F0EC; }
a { background-color: rgb(249,240,236); }
div.DivClassName
{
background-color: #F9F0EC;
}
.BgClassName
{
background-color: #F9F0EC;
}
</style>
border-color css
<style>
span { border-color: #F9F0EC; }
span { border-color: rgb(249,240,236); }
td.TdClassName
{
border-color: #F9F0EC;
}
.TagClassName
{
border-color: #F9F0EC;
}
</style>