Shades of Tea Rose #F88EBA
Tints of Tea Rose #F88EBA
RGB
CMYK
RGB Variations
Color information
#F88EBA (or 0xF88EBA) is known color: Tea Rose. HEX triplet: F8, 8E and BA. RGB value is (248,142,186). Sum of RGB (Red+Green+Blue) = 248+142+186=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88EBA is #077145. Grayscale: #B2B2B2. Windows color (decimal): -487750 or 12226296. OLE color: 12226296.
HSL color Cylindrical-coordinate representation of color #F88EBA: hue angle of 335.09º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EBA is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 142 | 186 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.03 |
| HSL | 335.09º | 0.88% | 0.76% | - |
| HSV(B) | 335.09º | 0.43% | 0.97% | - |
| XYZ | 57.25 | 42.85 | 51.71 | - |
| YUV | 178.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 142 | 186 | 0 | 0.43 | 0.25 | 0.03 | 335.09 | 0.88 | 0.76 |
| Hex | F8 | 8E | BA | 0 | 2B | 19 | 3 | 14F | 58 | 4C |
| Octal | 370 | 216 | 272 | 0 | 53 | 31 | 3 | 517 | 130 | 114 |
| Binary | 11111000 | 10001110 | 10111010 | 0 | 101011 | 11001 | 11 | 101001111 | 1011000 | 1001100 |
Color Harmonies of #F88EBA
Complementary color
Monochromatic Colors of #F88EBA
Black with #F88EBA
Text Example
Text Example
White with #F88EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88EBA; }
p { color: rgb(248,142,186); }
H1.HeaderClassName
{
color: #F88EBA;
}
.AnyTagClassName
{
color: #F88EBA;
}
</style>
background-color css
<style>
a { background-color: #F88EBA; }
a { background-color: rgb(248,142,186); }
div.DivClassName
{
background-color: #F88EBA;
}
.BgClassName
{
background-color: #F88EBA;
}
</style>
border-color css
<style>
span { border-color: #F88EBA; }
span { border-color: rgb(248,142,186); }
td.TdClassName
{
border-color: #F88EBA;
}
.TagClassName
{
border-color: #F88EBA;
}
</style>