Shades of Rose White #F9F0ED
Tints of Rose White #F9F0ED
RGB
CMYK
RGB Variations
Color information
#F9F0ED (or 0xF9F0ED) is known color: Rose White. HEX triplet: F9, F0 and ED. RGB value is (249,240,237). Sum of RGB (Red+Green+Blue) = 249+240+237=726 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.30% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F0ED is #060F12. Grayscale: #F2F2F2. Windows color (decimal): -397075 or 15593721. OLE color: 15593721.
HSL color Cylindrical-coordinate representation of color #F9F0ED: hue angle of 15º degrees, saturation: 0.5, 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 #F9F0ED is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 240 | 237 | - |
CMYK | 0 | 0.04 | 0.05 | 0.02 |
HSL | 15º | 0.5% | 0.95% | - |
HSV(B) | 15º | 0.05% | 0.98% | - |
XYZ | 85.51 | 88.57 | 92.71 | - |
YUV | 242.35 | 124.98 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 240 | 237 | 0 | 0.04 | 0.05 | 0.02 | 15 | 0.5 | 0.95 |
Hex | F9 | F0 | ED | 0 | 4 | 5 | 2 | F | 32 | 5F |
Octal | 371 | 360 | 355 | 0 | 4 | 5 | 2 | 17 | 62 | 137 |
Binary | 11111001 | 11110000 | 11101101 | 0 | 100 | 101 | 10 | 1111 | 110010 | 1011111 |
Color Harmonies of #F9F0ED
Complementary color
Monochromatic Colors of #F9F0ED
Black with #F9F0ED
Text Example
Text Example
White with #F9F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0ED; }
p { color: rgb(249,240,237); }
H1.HeaderClassName
{
color: #F9F0ED;
}
.AnyTagClassName
{
color: #F9F0ED;
}
</style>
background-color css
<style>
a { background-color: #F9F0ED; }
a { background-color: rgb(249,240,237); }
div.DivClassName
{
background-color: #F9F0ED;
}
.BgClassName
{
background-color: #F9F0ED;
}
</style>
border-color css
<style>
span { border-color: #F9F0ED; }
span { border-color: rgb(249,240,237); }
td.TdClassName
{
border-color: #F9F0ED;
}
.TagClassName
{
border-color: #F9F0ED;
}
</style>