Shades of Rose White #FFF2EF
Tints of Rose White #FFF2EF
RGB
CMYK
RGB Variations
Color information
#FFF2EF (or 0xFFF2EF) is known color: Rose White. HEX triplet: FF, F2 and EF. RGB value is (255,242,239). Sum of RGB (Red+Green+Blue) = 255+242+239=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 242 (94.92% from 255 or 32.88% from 736); Blue value is 239 (93.75% from 255 or 32.47% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2EF is #000D10. Grayscale: #F5F5F5. Windows color (decimal): -3345 or 15725311. OLE color: 15725311.
HSL color Cylindrical-coordinate representation of color #FFF2EF: hue angle of 11.25º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFF2EF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 239 | - |
| CMYK | 0 | 0.05 | 0.06 | 0 |
| HSL | 11.25º | 1% | 0.97% | - |
| HSV(B) | 11.25º | 0.06% | 1% | - |
| XYZ | 88.57 | 91 | 94.56 | - |
| YUV | 245.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 239 | 0 | 0.05 | 0.06 | 0 | 11.25 | 1 | 0.97 |
| Hex | FF | F2 | EF | 0 | 5 | 6 | 0 | B | 64 | 61 |
| Octal | 377 | 362 | 357 | 0 | 5 | 6 | 0 | 13 | 144 | 141 |
| Binary | 11111111 | 11110010 | 11101111 | 0 | 101 | 110 | 0 | 1011 | 1100100 | 1100001 |
Color Harmonies of #FFF2EF
Complementary color
Monochromatic Colors of #FFF2EF
Black with #FFF2EF
Text Example
Text Example
White with #FFF2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2EF; }
p { color: rgb(255,242,239); }
H1.HeaderClassName
{
color: #FFF2EF;
}
.AnyTagClassName
{
color: #FFF2EF;
}
</style>
background-color css
<style>
a { background-color: #FFF2EF; }
a { background-color: rgb(255,242,239); }
div.DivClassName
{
background-color: #FFF2EF;
}
.BgClassName
{
background-color: #FFF2EF;
}
</style>
border-color css
<style>
span { border-color: #FFF2EF; }
span { border-color: rgb(255,242,239); }
td.TdClassName
{
border-color: #FFF2EF;
}
.TagClassName
{
border-color: #FFF2EF;
}
</style>