Shades of Tea Rose #F88FBF
Tints of Tea Rose #F88FBF
RGB
CMYK
RGB Variations
Color information
#F88FBF (or 0xF88FBF) is known color: Tea Rose. HEX triplet: F8, 8F and BF. RGB value is (248,143,191). Sum of RGB (Red+Green+Blue) = 248+143+191=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FBF is #077040. Grayscale: #B3B3B3. Windows color (decimal): -487489 or 12554232. OLE color: 12554232.
HSL color Cylindrical-coordinate representation of color #F88FBF: hue angle of 332.57º 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 #F88FBF is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 191 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.03 |
| HSL | 332.57º | 0.88% | 0.77% | - |
| HSV(B) | 332.57º | 0.42% | 0.97% | - |
| XYZ | 57.94 | 43.36 | 54.61 | - |
| YUV | 179.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 191 | 0 | 0.42 | 0.23 | 0.03 | 332.57 | 0.88 | 0.77 |
| Hex | F8 | 8F | BF | 0 | 2A | 17 | 3 | 14D | 58 | 4D |
| Octal | 370 | 217 | 277 | 0 | 52 | 27 | 3 | 515 | 130 | 115 |
| Binary | 11111000 | 10001111 | 10111111 | 0 | 101010 | 10111 | 11 | 101001101 | 1011000 | 1001101 |
Color Harmonies of #F88FBF
Complementary color
Monochromatic Colors of #F88FBF
Black with #F88FBF
Text Example
Text Example
White with #F88FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FBF; }
p { color: rgb(248,143,191); }
H1.HeaderClassName
{
color: #F88FBF;
}
.AnyTagClassName
{
color: #F88FBF;
}
</style>
background-color css
<style>
a { background-color: #F88FBF; }
a { background-color: rgb(248,143,191); }
div.DivClassName
{
background-color: #F88FBF;
}
.BgClassName
{
background-color: #F88FBF;
}
</style>
border-color css
<style>
span { border-color: #F88FBF; }
span { border-color: rgb(248,143,191); }
td.TdClassName
{
border-color: #F88FBF;
}
.TagClassName
{
border-color: #F88FBF;
}
</style>