Shades of Tea Rose #F28ECC
Tints of Tea Rose #F28ECC
RGB
CMYK
RGB Variations
Color information
#F28ECC (or 0xF28ECC) is known color: Tea Rose. HEX triplet: F2, 8E and CC. RGB value is (242,142,204). Sum of RGB (Red+Green+Blue) = 242+142+204=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ECC is #0D7133. Grayscale: #B2B2B2. Windows color (decimal): -880948 or 13405938. OLE color: 13405938.
HSL color Cylindrical-coordinate representation of color #F28ECC: hue angle of 322.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28ECC is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 204 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.05 |
| HSL | 322.8º | 0.79% | 0.75% | - |
| HSV(B) | 322.8º | 0.41% | 0.95% | - |
| XYZ | 57.19 | 42.58 | 62.33 | - |
| YUV | 178.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 204 | 0 | 0.41 | 0.16 | 0.05 | 322.8 | 0.79 | 0.75 |
| Hex | F2 | 8E | CC | 0 | 29 | 10 | 5 | 143 | 4F | 4B |
| Octal | 362 | 216 | 314 | 0 | 51 | 20 | 5 | 503 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11001100 | 0 | 101001 | 10000 | 101 | 101000011 | 1001111 | 1001011 |
Color Harmonies of #F28ECC
Complementary color
Monochromatic Colors of #F28ECC
Black with #F28ECC
Text Example
Text Example
White with #F28ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28ECC; }
p { color: rgb(242,142,204); }
H1.HeaderClassName
{
color: #F28ECC;
}
.AnyTagClassName
{
color: #F28ECC;
}
</style>
background-color css
<style>
a { background-color: #F28ECC; }
a { background-color: rgb(242,142,204); }
div.DivClassName
{
background-color: #F28ECC;
}
.BgClassName
{
background-color: #F28ECC;
}
</style>
border-color css
<style>
span { border-color: #F28ECC; }
span { border-color: rgb(242,142,204); }
td.TdClassName
{
border-color: #F28ECC;
}
.TagClassName
{
border-color: #F28ECC;
}
</style>