Shades of Tea Rose #F28DCE
Tints of Tea Rose #F28DCE
RGB
CMYK
RGB Variations
Color information
#F28DCE (or 0xF28DCE) is known color: Tea Rose. HEX triplet: F2, 8D and CE. RGB value is (242,141,206). Sum of RGB (Red+Green+Blue) = 242+141+206=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28DCE is #0D7231. Grayscale: #B2B2B2. Windows color (decimal): -881202 or 13536754. OLE color: 13536754.
HSL color Cylindrical-coordinate representation of color #F28DCE: hue angle of 321.39º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DCE is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 206 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.05 |
| HSL | 321.39º | 0.8% | 0.75% | - |
| HSV(B) | 321.39º | 0.42% | 0.95% | - |
| XYZ | 57.28 | 42.38 | 63.55 | - |
| YUV | 178.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 206 | 0 | 0.42 | 0.15 | 0.05 | 321.39 | 0.8 | 0.75 |
| Hex | F2 | 8D | CE | 0 | 2A | F | 5 | 141 | 50 | 4B |
| Octal | 362 | 215 | 316 | 0 | 52 | 17 | 5 | 501 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11001110 | 0 | 101010 | 1111 | 101 | 101000001 | 1010000 | 1001011 |
Color Harmonies of #F28DCE
Complementary color
Monochromatic Colors of #F28DCE
Black with #F28DCE
Text Example
Text Example
White with #F28DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DCE; }
p { color: rgb(242,141,206); }
H1.HeaderClassName
{
color: #F28DCE;
}
.AnyTagClassName
{
color: #F28DCE;
}
</style>
background-color css
<style>
a { background-color: #F28DCE; }
a { background-color: rgb(242,141,206); }
div.DivClassName
{
background-color: #F28DCE;
}
.BgClassName
{
background-color: #F28DCE;
}
</style>
border-color css
<style>
span { border-color: #F28DCE; }
span { border-color: rgb(242,141,206); }
td.TdClassName
{
border-color: #F28DCE;
}
.TagClassName
{
border-color: #F28DCE;
}
</style>