Shades of Rose White #FFF2EC
Tints of Rose White #FFF2EC
RGB
CMYK
RGB Variations
Color information
#FFF2EC (or 0xFFF2EC) is known color: Rose White. HEX triplet: FF, F2 and EC. RGB value is (255,242,236). Sum of RGB (Red+Green+Blue) = 255+242+236=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 236 (92.58% from 255 or 32.20% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2EC is #000D13. Grayscale: #F5F5F5. Windows color (decimal): -3348 or 15528703. OLE color: 15528703.
HSL color Cylindrical-coordinate representation of color #FFF2EC: hue angle of 18.95º 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 #FFF2EC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 236 | - |
| CMYK | 0 | 0.05 | 0.07 | 0 |
| HSL | 18.95º | 1% | 0.96% | - |
| HSV(B) | 18.95º | 0.07% | 1% | - |
| XYZ | 88.13 | 90.82 | 92.24 | - |
| YUV | 245.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 236 | 0 | 0.05 | 0.07 | 0 | 18.95 | 1 | 0.96 |
| Hex | FF | F2 | EC | 0 | 5 | 7 | 0 | 13 | 64 | 60 |
| Octal | 377 | 362 | 354 | 0 | 5 | 7 | 0 | 23 | 144 | 140 |
| Binary | 11111111 | 11110010 | 11101100 | 0 | 101 | 111 | 0 | 10011 | 1100100 | 1100000 |
Color Harmonies of #FFF2EC
Complementary color
Monochromatic Colors of #FFF2EC
Black with #FFF2EC
Text Example
Text Example
White with #FFF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2EC; }
p { color: rgb(255,242,236); }
H1.HeaderClassName
{
color: #FFF2EC;
}
.AnyTagClassName
{
color: #FFF2EC;
}
</style>
background-color css
<style>
a { background-color: #FFF2EC; }
a { background-color: rgb(255,242,236); }
div.DivClassName
{
background-color: #FFF2EC;
}
.BgClassName
{
background-color: #FFF2EC;
}
</style>
border-color css
<style>
span { border-color: #FFF2EC; }
span { border-color: rgb(255,242,236); }
td.TdClassName
{
border-color: #FFF2EC;
}
.TagClassName
{
border-color: #FFF2EC;
}
</style>