Shades of Tea Rose #F88BCD
Tints of Tea Rose #F88BCD
RGB
CMYK
RGB Variations
Color information
#F88BCD (or 0xF88BCD) is known color: Tea Rose. HEX triplet: F8, 8B and CD. RGB value is (248,139,205). Sum of RGB (Red+Green+Blue) = 248+139+205=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BCD is #077432. Grayscale: #B2B2B2. Windows color (decimal): -488499 or 13470712. OLE color: 13470712.
HSL color Cylindrical-coordinate representation of color #F88BCD: hue angle of 323.67º 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 #F88BCD is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 205 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.03 |
| HSL | 323.67º | 0.89% | 0.76% | - |
| HSV(B) | 323.67º | 0.44% | 0.97% | - |
| XYZ | 58.96 | 42.83 | 62.92 | - |
| YUV | 179.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 205 | 0 | 0.44 | 0.17 | 0.03 | 323.67 | 0.89 | 0.76 |
| Hex | F8 | 8B | CD | 0 | 2C | 11 | 3 | 144 | 59 | 4C |
| Octal | 370 | 213 | 315 | 0 | 54 | 21 | 3 | 504 | 131 | 114 |
| Binary | 11111000 | 10001011 | 11001101 | 0 | 101100 | 10001 | 11 | 101000100 | 1011001 | 1001100 |
Color Harmonies of #F88BCD
Complementary color
Monochromatic Colors of #F88BCD
Black with #F88BCD
Text Example
Text Example
White with #F88BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BCD; }
p { color: rgb(248,139,205); }
H1.HeaderClassName
{
color: #F88BCD;
}
.AnyTagClassName
{
color: #F88BCD;
}
</style>
background-color css
<style>
a { background-color: #F88BCD; }
a { background-color: rgb(248,139,205); }
div.DivClassName
{
background-color: #F88BCD;
}
.BgClassName
{
background-color: #F88BCD;
}
</style>
border-color css
<style>
span { border-color: #F88BCD; }
span { border-color: rgb(248,139,205); }
td.TdClassName
{
border-color: #F88BCD;
}
.TagClassName
{
border-color: #F88BCD;
}
</style>