Shades of Tea Rose #F88BBC
Tints of Tea Rose #F88BBC
RGB
CMYK
RGB Variations
Color information
#F88BBC (or 0xF88BBC) is known color: Tea Rose. HEX triplet: F8, 8B and BC. RGB value is (248,139,188). Sum of RGB (Red+Green+Blue) = 248+139+188=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BBC is #077443. Grayscale: #B1B1B1. Windows color (decimal): -488516 or 12356600. OLE color: 12356600.
HSL color Cylindrical-coordinate representation of color #F88BBC: hue angle of 333.03º 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 #F88BBC is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 188 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.03 |
| HSL | 333.03º | 0.89% | 0.76% | - |
| HSV(B) | 333.03º | 0.44% | 0.97% | - |
| XYZ | 57.02 | 42.05 | 52.69 | - |
| YUV | 177.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 188 | 0 | 0.44 | 0.24 | 0.03 | 333.03 | 0.89 | 0.76 |
| Hex | F8 | 8B | BC | 0 | 2C | 18 | 3 | 14D | 59 | 4C |
| Octal | 370 | 213 | 274 | 0 | 54 | 30 | 3 | 515 | 131 | 114 |
| Binary | 11111000 | 10001011 | 10111100 | 0 | 101100 | 11000 | 11 | 101001101 | 1011001 | 1001100 |
Color Harmonies of #F88BBC
Complementary color
Monochromatic Colors of #F88BBC
Black with #F88BBC
Text Example
Text Example
White with #F88BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BBC; }
p { color: rgb(248,139,188); }
H1.HeaderClassName
{
color: #F88BBC;
}
.AnyTagClassName
{
color: #F88BBC;
}
</style>
background-color css
<style>
a { background-color: #F88BBC; }
a { background-color: rgb(248,139,188); }
div.DivClassName
{
background-color: #F88BBC;
}
.BgClassName
{
background-color: #F88BBC;
}
</style>
border-color css
<style>
span { border-color: #F88BBC; }
span { border-color: rgb(248,139,188); }
td.TdClassName
{
border-color: #F88BBC;
}
.TagClassName
{
border-color: #F88BBC;
}
</style>