Shades of Tea Rose #F88CBA
Tints of Tea Rose #F88CBA
RGB
CMYK
RGB Variations
Color information
#F88CBA (or 0xF88CBA) is known color: Tea Rose. HEX triplet: F8, 8C and BA. RGB value is (248,140,186). Sum of RGB (Red+Green+Blue) = 248+140+186=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CBA is #077345. Grayscale: #B1B1B1. Windows color (decimal): -488262 or 12225784. OLE color: 12225784.
HSL color Cylindrical-coordinate representation of color #F88CBA: hue angle of 334.44º 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 #F88CBA is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 186 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.03 |
| HSL | 334.44º | 0.89% | 0.76% | - |
| HSV(B) | 334.44º | 0.44% | 0.97% | - |
| XYZ | 56.95 | 42.26 | 51.61 | - |
| YUV | 177.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 186 | 0 | 0.44 | 0.25 | 0.03 | 334.44 | 0.89 | 0.76 |
| Hex | F8 | 8C | BA | 0 | 2C | 19 | 3 | 14E | 59 | 4C |
| Octal | 370 | 214 | 272 | 0 | 54 | 31 | 3 | 516 | 131 | 114 |
| Binary | 11111000 | 10001100 | 10111010 | 0 | 101100 | 11001 | 11 | 101001110 | 1011001 | 1001100 |
Color Harmonies of #F88CBA
Complementary color
Monochromatic Colors of #F88CBA
Black with #F88CBA
Text Example
Text Example
White with #F88CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88CBA; }
p { color: rgb(248,140,186); }
H1.HeaderClassName
{
color: #F88CBA;
}
.AnyTagClassName
{
color: #F88CBA;
}
</style>
background-color css
<style>
a { background-color: #F88CBA; }
a { background-color: rgb(248,140,186); }
div.DivClassName
{
background-color: #F88CBA;
}
.BgClassName
{
background-color: #F88CBA;
}
</style>
border-color css
<style>
span { border-color: #F88CBA; }
span { border-color: rgb(248,140,186); }
td.TdClassName
{
border-color: #F88CBA;
}
.TagClassName
{
border-color: #F88CBA;
}
</style>