Shades of Tea Rose #F88BCB
Tints of Tea Rose #F88BCB
RGB
CMYK
RGB Variations
Color information
#F88BCB (or 0xF88BCB) is known color: Tea Rose. HEX triplet: F8, 8B and CB. RGB value is (248,139,203). Sum of RGB (Red+Green+Blue) = 248+139+203=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BCB is #077434. Grayscale: #B2B2B2. Windows color (decimal): -488501 or 13339640. OLE color: 13339640.
HSL color Cylindrical-coordinate representation of color #F88BCB: hue angle of 324.77º 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 #F88BCB is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 203 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.03 |
| HSL | 324.77º | 0.89% | 0.76% | - |
| HSV(B) | 324.77º | 0.44% | 0.97% | - |
| XYZ | 58.72 | 42.73 | 61.65 | - |
| YUV | 178.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 203 | 0 | 0.44 | 0.18 | 0.03 | 324.77 | 0.89 | 0.76 |
| Hex | F8 | 8B | CB | 0 | 2C | 12 | 3 | 145 | 59 | 4C |
| Octal | 370 | 213 | 313 | 0 | 54 | 22 | 3 | 505 | 131 | 114 |
| Binary | 11111000 | 10001011 | 11001011 | 0 | 101100 | 10010 | 11 | 101000101 | 1011001 | 1001100 |
Color Harmonies of #F88BCB
Complementary color
Monochromatic Colors of #F88BCB
Black with #F88BCB
Text Example
Text Example
White with #F88BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BCB; }
p { color: rgb(248,139,203); }
H1.HeaderClassName
{
color: #F88BCB;
}
.AnyTagClassName
{
color: #F88BCB;
}
</style>
background-color css
<style>
a { background-color: #F88BCB; }
a { background-color: rgb(248,139,203); }
div.DivClassName
{
background-color: #F88BCB;
}
.BgClassName
{
background-color: #F88BCB;
}
</style>
border-color css
<style>
span { border-color: #F88BCB; }
span { border-color: rgb(248,139,203); }
td.TdClassName
{
border-color: #F88BCB;
}
.TagClassName
{
border-color: #F88BCB;
}
</style>