Shades of Tea Rose #F888BE
Tints of Tea Rose #F888BE
RGB
CMYK
RGB Variations
Color information
#F888BE (or 0xF888BE) is known color: Tea Rose. HEX triplet: F8, 88 and BE. RGB value is (248,136,190). Sum of RGB (Red+Green+Blue) = 248+136+190=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F888BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888BE is #077741. Grayscale: #AFAFAF. Windows color (decimal): -489282 or 12486904. OLE color: 12486904.
HSL color Cylindrical-coordinate representation of color #F888BE: hue angle of 331.07º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888BE is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 190 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.03 |
| HSL | 331.07º | 0.89% | 0.75% | - |
| HSV(B) | 331.07º | 0.45% | 0.97% | - |
| XYZ | 56.81 | 41.28 | 53.69 | - |
| YUV | 175.64 | 136.11 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 190 | 0 | 0.45 | 0.23 | 0.03 | 331.07 | 0.89 | 0.75 |
| Hex | F8 | 88 | BE | 0 | 2D | 17 | 3 | 14B | 59 | 4B |
| Octal | 370 | 210 | 276 | 0 | 55 | 27 | 3 | 513 | 131 | 113 |
| Binary | 11111000 | 10001000 | 10111110 | 0 | 101101 | 10111 | 11 | 101001011 | 1011001 | 1001011 |
Color Harmonies of #F888BE
Complementary color
Monochromatic Colors of #F888BE
Black with #F888BE
Text Example
Text Example
White with #F888BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888BE; }
p { color: rgb(248,136,190); }
H1.HeaderClassName
{
color: #F888BE;
}
.AnyTagClassName
{
color: #F888BE;
}
</style>
background-color css
<style>
a { background-color: #F888BE; }
a { background-color: rgb(248,136,190); }
div.DivClassName
{
background-color: #F888BE;
}
.BgClassName
{
background-color: #F888BE;
}
</style>
border-color css
<style>
span { border-color: #F888BE; }
span { border-color: rgb(248,136,190); }
td.TdClassName
{
border-color: #F888BE;
}
.TagClassName
{
border-color: #F888BE;
}
</style>