Shades of Tea Rose #F88FBA
Tints of Tea Rose #F88FBA
RGB
CMYK
RGB Variations
Color information
#F88FBA (or 0xF88FBA) is known color: Tea Rose. HEX triplet: F8, 8F and BA. RGB value is (248,143,186). Sum of RGB (Red+Green+Blue) = 248+143+186=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FBA is #077045. Grayscale: #B3B3B3. Windows color (decimal): -487494 or 12226552. OLE color: 12226552.
HSL color Cylindrical-coordinate representation of color #F88FBA: hue angle of 335.43º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FBA is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 186 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.03 |
| HSL | 335.43º | 0.88% | 0.77% | - |
| HSV(B) | 335.43º | 0.42% | 0.97% | - |
| XYZ | 57.4 | 43.15 | 51.76 | - |
| YUV | 179.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 186 | 0 | 0.42 | 0.25 | 0.03 | 335.43 | 0.88 | 0.77 |
| Hex | F8 | 8F | BA | 0 | 2A | 19 | 3 | 14F | 58 | 4D |
| Octal | 370 | 217 | 272 | 0 | 52 | 31 | 3 | 517 | 130 | 115 |
| Binary | 11111000 | 10001111 | 10111010 | 0 | 101010 | 11001 | 11 | 101001111 | 1011000 | 1001101 |
Color Harmonies of #F88FBA
Complementary color
Monochromatic Colors of #F88FBA
Black with #F88FBA
Text Example
Text Example
White with #F88FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FBA; }
p { color: rgb(248,143,186); }
H1.HeaderClassName
{
color: #F88FBA;
}
.AnyTagClassName
{
color: #F88FBA;
}
</style>
background-color css
<style>
a { background-color: #F88FBA; }
a { background-color: rgb(248,143,186); }
div.DivClassName
{
background-color: #F88FBA;
}
.BgClassName
{
background-color: #F88FBA;
}
</style>
border-color css
<style>
span { border-color: #F88FBA; }
span { border-color: rgb(248,143,186); }
td.TdClassName
{
border-color: #F88FBA;
}
.TagClassName
{
border-color: #F88FBA;
}
</style>