Shades of Tea Rose #F988BE
Tints of Tea Rose #F988BE
RGB
CMYK
RGB Variations
Color information
#F988BE (or 0xF988BE) is known color: Tea Rose. HEX triplet: F9, 88 and BE. RGB value is (249,136,190). Sum of RGB (Red+Green+Blue) = 249+136+190=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F988BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988BE is #067741. Grayscale: #AFAFAF. Windows color (decimal): -423746 or 12486905. OLE color: 12486905.
HSL color Cylindrical-coordinate representation of color #F988BE: hue angle of 331.33º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F988BE is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 190 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.02 |
| HSL | 331.33º | 0.9% | 0.75% | - |
| HSV(B) | 331.33º | 0.45% | 0.98% | - |
| XYZ | 57.17 | 41.47 | 53.71 | - |
| YUV | 175.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 190 | 0 | 0.45 | 0.24 | 0.02 | 331.33 | 0.9 | 0.75 |
| Hex | F9 | 88 | BE | 0 | 2D | 18 | 2 | 14B | 5A | 4B |
| Octal | 371 | 210 | 276 | 0 | 55 | 30 | 2 | 513 | 132 | 113 |
| Binary | 11111001 | 10001000 | 10111110 | 0 | 101101 | 11000 | 10 | 101001011 | 1011010 | 1001011 |
Color Harmonies of #F988BE
Complementary color
Monochromatic Colors of #F988BE
Black with #F988BE
Text Example
Text Example
White with #F988BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988BE; }
p { color: rgb(249,136,190); }
H1.HeaderClassName
{
color: #F988BE;
}
.AnyTagClassName
{
color: #F988BE;
}
</style>
background-color css
<style>
a { background-color: #F988BE; }
a { background-color: rgb(249,136,190); }
div.DivClassName
{
background-color: #F988BE;
}
.BgClassName
{
background-color: #F988BE;
}
</style>
border-color css
<style>
span { border-color: #F988BE; }
span { border-color: rgb(249,136,190); }
td.TdClassName
{
border-color: #F988BE;
}
.TagClassName
{
border-color: #F988BE;
}
</style>