Shades of Tea Rose #F888BB
Tints of Tea Rose #F888BB
RGB
CMYK
RGB Variations
Color information
#F888BB (or 0xF888BB) is known color: Tea Rose. HEX triplet: F8, 88 and BB. RGB value is (248,136,187). Sum of RGB (Red+Green+Blue) = 248+136+187=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F888BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888BB is #077744. Grayscale: #AFAFAF. Windows color (decimal): -489285 or 12290296. OLE color: 12290296.
HSL color Cylindrical-coordinate representation of color #F888BB: hue angle of 332.68º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888BB is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 187 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.03 |
| HSL | 332.68º | 0.89% | 0.75% | - |
| HSV(B) | 332.68º | 0.45% | 0.97% | - |
| XYZ | 56.49 | 41.15 | 51.98 | - |
| YUV | 175.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 187 | 0 | 0.45 | 0.25 | 0.03 | 332.68 | 0.89 | 0.75 |
| Hex | F8 | 88 | BB | 0 | 2D | 19 | 3 | 14D | 59 | 4B |
| Octal | 370 | 210 | 273 | 0 | 55 | 31 | 3 | 515 | 131 | 113 |
| Binary | 11111000 | 10001000 | 10111011 | 0 | 101101 | 11001 | 11 | 101001101 | 1011001 | 1001011 |
Color Harmonies of #F888BB
Complementary color
Monochromatic Colors of #F888BB
Black with #F888BB
Text Example
Text Example
White with #F888BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888BB; }
p { color: rgb(248,136,187); }
H1.HeaderClassName
{
color: #F888BB;
}
.AnyTagClassName
{
color: #F888BB;
}
</style>
background-color css
<style>
a { background-color: #F888BB; }
a { background-color: rgb(248,136,187); }
div.DivClassName
{
background-color: #F888BB;
}
.BgClassName
{
background-color: #F888BB;
}
</style>
border-color css
<style>
span { border-color: #F888BB; }
span { border-color: rgb(248,136,187); }
td.TdClassName
{
border-color: #F888BB;
}
.TagClassName
{
border-color: #F888BB;
}
</style>