Shades of Rose White #FFF0EC
Tints of Rose White #FFF0EC
RGB
CMYK
RGB Variations
Color information
#FFF0EC (or 0xFFF0EC) is known color: Rose White. HEX triplet: FF, F0 and EC. RGB value is (255,240,236). Sum of RGB (Red+Green+Blue) = 255+240+236=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 236 (92.58% from 255 or 32.28% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0EC is #000F13. Grayscale: #F4F4F4. Windows color (decimal): -3860 or 15528191. OLE color: 15528191.
HSL color Cylindrical-coordinate representation of color #FFF0EC: hue angle of 12.63º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFF0EC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 236 | - |
| CMYK | 0 | 0.06 | 0.07 | 0 |
| HSL | 12.63º | 1% | 0.96% | - |
| HSV(B) | 12.63º | 0.07% | 1% | - |
| XYZ | 87.54 | 89.64 | 92.04 | - |
| YUV | 244.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 236 | 0 | 0.06 | 0.07 | 0 | 12.63 | 1 | 0.96 |
| Hex | FF | F0 | EC | 0 | 6 | 7 | 0 | D | 64 | 60 |
| Octal | 377 | 360 | 354 | 0 | 6 | 7 | 0 | 15 | 144 | 140 |
| Binary | 11111111 | 11110000 | 11101100 | 0 | 110 | 111 | 0 | 1101 | 1100100 | 1100000 |
Color Harmonies of #FFF0EC
Complementary color
Monochromatic Colors of #FFF0EC
Black with #FFF0EC
Text Example
Text Example
White with #FFF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0EC; }
p { color: rgb(255,240,236); }
H1.HeaderClassName
{
color: #FFF0EC;
}
.AnyTagClassName
{
color: #FFF0EC;
}
</style>
background-color css
<style>
a { background-color: #FFF0EC; }
a { background-color: rgb(255,240,236); }
div.DivClassName
{
background-color: #FFF0EC;
}
.BgClassName
{
background-color: #FFF0EC;
}
</style>
border-color css
<style>
span { border-color: #FFF0EC; }
span { border-color: rgb(255,240,236); }
td.TdClassName
{
border-color: #FFF0EC;
}
.TagClassName
{
border-color: #FFF0EC;
}
</style>