Shades of Tea Rose #F888C9
Tints of Tea Rose #F888C9
RGB
CMYK
RGB Variations
Color information
#F888C9 (or 0xF888C9) is known color: Tea Rose. HEX triplet: F8, 88 and C9. RGB value is (248,136,201). Sum of RGB (Red+Green+Blue) = 248+136+201=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F888C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888C9 is #077736. Grayscale: #B0B0B0. Windows color (decimal): -489271 or 13207800. OLE color: 13207800.
HSL color Cylindrical-coordinate representation of color #F888C9: hue angle of 325.18º 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 #F888C9 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 201 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.03 |
| HSL | 325.18º | 0.89% | 0.75% | - |
| HSV(B) | 325.18º | 0.45% | 0.97% | - |
| XYZ | 58.06 | 41.78 | 60.26 | - |
| YUV | 176.9 | 141.61 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 201 | 0 | 0.45 | 0.19 | 0.03 | 325.18 | 0.89 | 0.75 |
| Hex | F8 | 88 | C9 | 0 | 2D | 13 | 3 | 145 | 59 | 4B |
| Octal | 370 | 210 | 311 | 0 | 55 | 23 | 3 | 505 | 131 | 113 |
| Binary | 11111000 | 10001000 | 11001001 | 0 | 101101 | 10011 | 11 | 101000101 | 1011001 | 1001011 |
Color Harmonies of #F888C9
Complementary color
Monochromatic Colors of #F888C9
Black with #F888C9
Text Example
Text Example
White with #F888C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888C9; }
p { color: rgb(248,136,201); }
H1.HeaderClassName
{
color: #F888C9;
}
.AnyTagClassName
{
color: #F888C9;
}
</style>
background-color css
<style>
a { background-color: #F888C9; }
a { background-color: rgb(248,136,201); }
div.DivClassName
{
background-color: #F888C9;
}
.BgClassName
{
background-color: #F888C9;
}
</style>
border-color css
<style>
span { border-color: #F888C9; }
span { border-color: rgb(248,136,201); }
td.TdClassName
{
border-color: #F888C9;
}
.TagClassName
{
border-color: #F888C9;
}
</style>