Shades of Tea Rose #F88CC0
Tints of Tea Rose #F88CC0
RGB
CMYK
RGB Variations
Color information
#F88CC0 (or 0xF88CC0) is known color: Tea Rose. HEX triplet: F8, 8C and C0. RGB value is (248,140,192). Sum of RGB (Red+Green+Blue) = 248+140+192=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CC0 is #07733F. Grayscale: #B2B2B2. Windows color (decimal): -488256 or 12619000. OLE color: 12619000.
HSL color Cylindrical-coordinate representation of color #F88CC0: hue angle of 331.11º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88CC0 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 192 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.03 |
| HSL | 331.11º | 0.89% | 0.76% | - |
| HSV(B) | 331.11º | 0.44% | 0.97% | - |
| XYZ | 57.6 | 42.52 | 55.04 | - |
| YUV | 178.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 192 | 0 | 0.44 | 0.23 | 0.03 | 331.11 | 0.89 | 0.76 |
| Hex | F8 | 8C | C0 | 0 | 2C | 17 | 3 | 14B | 59 | 4C |
| Octal | 370 | 214 | 300 | 0 | 54 | 27 | 3 | 513 | 131 | 114 |
| Binary | 11111000 | 10001100 | 11000000 | 0 | 101100 | 10111 | 11 | 101001011 | 1011001 | 1001100 |
Color Harmonies of #F88CC0
Complementary color
Monochromatic Colors of #F88CC0
Black with #F88CC0
Text Example
Text Example
White with #F88CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88CC0; }
p { color: rgb(248,140,192); }
H1.HeaderClassName
{
color: #F88CC0;
}
.AnyTagClassName
{
color: #F88CC0;
}
</style>
background-color css
<style>
a { background-color: #F88CC0; }
a { background-color: rgb(248,140,192); }
div.DivClassName
{
background-color: #F88CC0;
}
.BgClassName
{
background-color: #F88CC0;
}
</style>
border-color css
<style>
span { border-color: #F88CC0; }
span { border-color: rgb(248,140,192); }
td.TdClassName
{
border-color: #F88CC0;
}
.TagClassName
{
border-color: #F88CC0;
}
</style>