Shades of Tea Rose #F88EC6
Tints of Tea Rose #F88EC6
RGB
CMYK
RGB Variations
Color information
#F88EC6 (or 0xF88EC6) is known color: Tea Rose. HEX triplet: F8, 8E and C6. RGB value is (248,142,198). Sum of RGB (Red+Green+Blue) = 248+142+198=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88EC6 is #077139. Grayscale: #B3B3B3. Windows color (decimal): -487738 or 13012728. OLE color: 13012728.
HSL color Cylindrical-coordinate representation of color #F88EC6: hue angle of 328.3º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EC6 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 142 | 198 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.03 |
| HSL | 328.3º | 0.88% | 0.76% | - |
| HSV(B) | 328.3º | 0.43% | 0.97% | - |
| XYZ | 58.58 | 43.38 | 58.71 | - |
| YUV | 180.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 142 | 198 | 0 | 0.43 | 0.20 | 0.03 | 328.3 | 0.88 | 0.76 |
| Hex | F8 | 8E | C6 | 0 | 2B | 14 | 3 | 148 | 58 | 4C |
| Octal | 370 | 216 | 306 | 0 | 53 | 24 | 3 | 510 | 130 | 114 |
| Binary | 11111000 | 10001110 | 11000110 | 0 | 101011 | 10100 | 11 | 101001000 | 1011000 | 1001100 |
Color Harmonies of #F88EC6
Complementary color
Monochromatic Colors of #F88EC6
Black with #F88EC6
Text Example
Text Example
White with #F88EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88EC6; }
p { color: rgb(248,142,198); }
H1.HeaderClassName
{
color: #F88EC6;
}
.AnyTagClassName
{
color: #F88EC6;
}
</style>
background-color css
<style>
a { background-color: #F88EC6; }
a { background-color: rgb(248,142,198); }
div.DivClassName
{
background-color: #F88EC6;
}
.BgClassName
{
background-color: #F88EC6;
}
</style>
border-color css
<style>
span { border-color: #F88EC6; }
span { border-color: rgb(248,142,198); }
td.TdClassName
{
border-color: #F88EC6;
}
.TagClassName
{
border-color: #F88EC6;
}
</style>