Shades of Tea Rose #F28CCE
Tints of Tea Rose #F28CCE
RGB
CMYK
RGB Variations
Color information
#F28CCE (or 0xF28CCE) is known color: Tea Rose. HEX triplet: F2, 8C and CE. RGB value is (242,140,206). Sum of RGB (Red+Green+Blue) = 242+140+206=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28CCE is #0D7331. Grayscale: #B1B1B1. Windows color (decimal): -881458 or 13536498. OLE color: 13536498.
HSL color Cylindrical-coordinate representation of color #F28CCE: hue angle of 321.18º 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 #F28CCE is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 206 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.05 |
| HSL | 321.18º | 0.8% | 0.75% | - |
| HSV(B) | 321.18º | 0.42% | 0.95% | - |
| XYZ | 57.14 | 42.09 | 63.51 | - |
| YUV | 178.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 206 | 0 | 0.42 | 0.15 | 0.05 | 321.18 | 0.8 | 0.75 |
| Hex | F2 | 8C | CE | 0 | 2A | F | 5 | 141 | 50 | 4B |
| Octal | 362 | 214 | 316 | 0 | 52 | 17 | 5 | 501 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11001110 | 0 | 101010 | 1111 | 101 | 101000001 | 1010000 | 1001011 |
Color Harmonies of #F28CCE
Complementary color
Monochromatic Colors of #F28CCE
Black with #F28CCE
Text Example
Text Example
White with #F28CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CCE; }
p { color: rgb(242,140,206); }
H1.HeaderClassName
{
color: #F28CCE;
}
.AnyTagClassName
{
color: #F28CCE;
}
</style>
background-color css
<style>
a { background-color: #F28CCE; }
a { background-color: rgb(242,140,206); }
div.DivClassName
{
background-color: #F28CCE;
}
.BgClassName
{
background-color: #F28CCE;
}
</style>
border-color css
<style>
span { border-color: #F28CCE; }
span { border-color: rgb(242,140,206); }
td.TdClassName
{
border-color: #F28CCE;
}
.TagClassName
{
border-color: #F28CCE;
}
</style>