Shades of Rose White #F2ECEA
Tints of Rose White #F2ECEA
RGB
CMYK
RGB Variations
Color information
#F2ECEA (or 0xF2ECEA) is known color: Rose White. HEX triplet: F2, EC and EA. RGB value is (242,236,234). Sum of RGB (Red+Green+Blue) = 242+236+234=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2ECEA is #0D1315. Grayscale: #EDEDED. Windows color (decimal): -856854 or 15396082. OLE color: 15396082.
HSL color Cylindrical-coordinate representation of color #F2ECEA: hue angle of 15º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2ECEA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 234 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.05 |
| HSL | 15º | 0.24% | 0.93% | - |
| HSV(B) | 15º | 0.03% | 0.95% | - |
| XYZ | 81.46 | 84.81 | 89.92 | - |
| YUV | 237.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 234 | 0 | 0.02 | 0.03 | 0.05 | 15 | 0.24 | 0.93 |
| Hex | F2 | EC | EA | 0 | 2 | 3 | 5 | F | 18 | 5D |
| Octal | 362 | 354 | 352 | 0 | 2 | 3 | 5 | 17 | 30 | 135 |
| Binary | 11110010 | 11101100 | 11101010 | 0 | 10 | 11 | 101 | 1111 | 11000 | 1011101 |
Color Harmonies of #F2ECEA
Complementary color
Monochromatic Colors of #F2ECEA
Black with #F2ECEA
Text Example
Text Example
White with #F2ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECEA; }
p { color: rgb(242,236,234); }
H1.HeaderClassName
{
color: #F2ECEA;
}
.AnyTagClassName
{
color: #F2ECEA;
}
</style>
background-color css
<style>
a { background-color: #F2ECEA; }
a { background-color: rgb(242,236,234); }
div.DivClassName
{
background-color: #F2ECEA;
}
.BgClassName
{
background-color: #F2ECEA;
}
</style>
border-color css
<style>
span { border-color: #F2ECEA; }
span { border-color: rgb(242,236,234); }
td.TdClassName
{
border-color: #F2ECEA;
}
.TagClassName
{
border-color: #F2ECEA;
}
</style>