Shades of Tea Rose #F28ECD
Tints of Tea Rose #F28ECD
RGB
CMYK
RGB Variations
Color information
#F28ECD (or 0xF28ECD) is known color: Tea Rose. HEX triplet: F2, 8E and CD. RGB value is (242,142,205). Sum of RGB (Red+Green+Blue) = 242+142+205=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ECD is #0D7132. Grayscale: #B2B2B2. Windows color (decimal): -880947 or 13471474. OLE color: 13471474.
HSL color Cylindrical-coordinate representation of color #F28ECD: hue angle of 322.2º 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 #F28ECD is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 205 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.05 |
| HSL | 322.2º | 0.79% | 0.75% | - |
| HSV(B) | 322.2º | 0.41% | 0.95% | - |
| XYZ | 57.31 | 42.63 | 62.97 | - |
| YUV | 179.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 205 | 0 | 0.41 | 0.15 | 0.05 | 322.2 | 0.79 | 0.75 |
| Hex | F2 | 8E | CD | 0 | 29 | F | 5 | 142 | 4F | 4B |
| Octal | 362 | 216 | 315 | 0 | 51 | 17 | 5 | 502 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11001101 | 0 | 101001 | 1111 | 101 | 101000010 | 1001111 | 1001011 |
Color Harmonies of #F28ECD
Complementary color
Monochromatic Colors of #F28ECD
Black with #F28ECD
Text Example
Text Example
White with #F28ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28ECD; }
p { color: rgb(242,142,205); }
H1.HeaderClassName
{
color: #F28ECD;
}
.AnyTagClassName
{
color: #F28ECD;
}
</style>
background-color css
<style>
a { background-color: #F28ECD; }
a { background-color: rgb(242,142,205); }
div.DivClassName
{
background-color: #F28ECD;
}
.BgClassName
{
background-color: #F28ECD;
}
</style>
border-color css
<style>
span { border-color: #F28ECD; }
span { border-color: rgb(242,142,205); }
td.TdClassName
{
border-color: #F28ECD;
}
.TagClassName
{
border-color: #F28ECD;
}
</style>