Shades of Rose White #FFF2EE
Tints of Rose White #FFF2EE
RGB
CMYK
RGB Variations
Color information
#FFF2EE (or 0xFFF2EE) is known color: Rose White. HEX triplet: FF, F2 and EE. RGB value is (255,242,238). Sum of RGB (Red+Green+Blue) = 255+242+238=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 242 (94.92% from 255 or 32.93% from 735); Blue value is 238 (93.36% from 255 or 32.38% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2EE is #000D11. Grayscale: #F5F5F5. Windows color (decimal): -3346 or 15659775. OLE color: 15659775.
HSL color Cylindrical-coordinate representation of color #FFF2EE: hue angle of 14.12º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFF2EE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 238 | - |
| CMYK | 0 | 0.05 | 0.07 | 0 |
| HSL | 14.12º | 1% | 0.97% | - |
| HSV(B) | 14.12º | 0.07% | 1% | - |
| XYZ | 88.42 | 90.94 | 93.78 | - |
| YUV | 245.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 238 | 0 | 0.05 | 0.07 | 0 | 14.12 | 1 | 0.97 |
| Hex | FF | F2 | EE | 0 | 5 | 7 | 0 | E | 64 | 61 |
| Octal | 377 | 362 | 356 | 0 | 5 | 7 | 0 | 16 | 144 | 141 |
| Binary | 11111111 | 11110010 | 11101110 | 0 | 101 | 111 | 0 | 1110 | 1100100 | 1100001 |
Color Harmonies of #FFF2EE
Complementary color
Monochromatic Colors of #FFF2EE
Black with #FFF2EE
Text Example
Text Example
White with #FFF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2EE; }
p { color: rgb(255,242,238); }
H1.HeaderClassName
{
color: #FFF2EE;
}
.AnyTagClassName
{
color: #FFF2EE;
}
</style>
background-color css
<style>
a { background-color: #FFF2EE; }
a { background-color: rgb(255,242,238); }
div.DivClassName
{
background-color: #FFF2EE;
}
.BgClassName
{
background-color: #FFF2EE;
}
</style>
border-color css
<style>
span { border-color: #FFF2EE; }
span { border-color: rgb(255,242,238); }
td.TdClassName
{
border-color: #FFF2EE;
}
.TagClassName
{
border-color: #FFF2EE;
}
</style>