Shades of Tea Rose #F88BC5
Tints of Tea Rose #F88BC5
RGB
CMYK
RGB Variations
Color information
#F88BC5 (or 0xF88BC5) is known color: Tea Rose. HEX triplet: F8, 8B and C5. RGB value is (248,139,197). Sum of RGB (Red+Green+Blue) = 248+139+197=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BC5 is #07743A. Grayscale: #B2B2B2. Windows color (decimal): -488507 or 12946424. OLE color: 12946424.
HSL color Cylindrical-coordinate representation of color #F88BC5: hue angle of 328.07º 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 #F88BC5 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 197 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.03 |
| HSL | 328.07º | 0.89% | 0.76% | - |
| HSV(B) | 328.07º | 0.44% | 0.97% | - |
| XYZ | 58.02 | 42.45 | 57.96 | - |
| YUV | 178.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 197 | 0 | 0.44 | 0.21 | 0.03 | 328.07 | 0.89 | 0.76 |
| Hex | F8 | 8B | C5 | 0 | 2C | 15 | 3 | 148 | 59 | 4C |
| Octal | 370 | 213 | 305 | 0 | 54 | 25 | 3 | 510 | 131 | 114 |
| Binary | 11111000 | 10001011 | 11000101 | 0 | 101100 | 10101 | 11 | 101001000 | 1011001 | 1001100 |
Color Harmonies of #F88BC5
Complementary color
Monochromatic Colors of #F88BC5
Black with #F88BC5
Text Example
Text Example
White with #F88BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BC5; }
p { color: rgb(248,139,197); }
H1.HeaderClassName
{
color: #F88BC5;
}
.AnyTagClassName
{
color: #F88BC5;
}
</style>
background-color css
<style>
a { background-color: #F88BC5; }
a { background-color: rgb(248,139,197); }
div.DivClassName
{
background-color: #F88BC5;
}
.BgClassName
{
background-color: #F88BC5;
}
</style>
border-color css
<style>
span { border-color: #F88BC5; }
span { border-color: rgb(248,139,197); }
td.TdClassName
{
border-color: #F88BC5;
}
.TagClassName
{
border-color: #F88BC5;
}
</style>