Shades of Tea Rose #F884C8
Tints of Tea Rose #F884C8
RGB
CMYK
RGB Variations
Color information
#F884C8 (or 0xF884C8) is known color: Tea Rose. HEX triplet: F8, 84 and C8. RGB value is (248,132,200). Sum of RGB (Red+Green+Blue) = 248+132+200=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 132 (51.95% from 255 or 22.76% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F884C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F884C8 is #077B37. Grayscale: #AEAEAE. Windows color (decimal): -490296 or 13141240. OLE color: 13141240.
HSL color Cylindrical-coordinate representation of color #F884C8: hue angle of 324.83º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884C8 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 200 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.03 |
| HSL | 324.83º | 0.89% | 0.75% | - |
| HSV(B) | 324.83º | 0.47% | 0.97% | - |
| XYZ | 57.39 | 40.63 | 59.46 | - |
| YUV | 174.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 200 | 0 | 0.47 | 0.19 | 0.03 | 324.83 | 0.89 | 0.75 |
| Hex | F8 | 84 | C8 | 0 | 2F | 13 | 3 | 145 | 59 | 4B |
| Octal | 370 | 204 | 310 | 0 | 57 | 23 | 3 | 505 | 131 | 113 |
| Binary | 11111000 | 10000100 | 11001000 | 0 | 101111 | 10011 | 11 | 101000101 | 1011001 | 1001011 |
Color Harmonies of #F884C8
Complementary color
Monochromatic Colors of #F884C8
Black with #F884C8
Text Example
Text Example
White with #F884C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F884C8; }
p { color: rgb(248,132,200); }
H1.HeaderClassName
{
color: #F884C8;
}
.AnyTagClassName
{
color: #F884C8;
}
</style>
background-color css
<style>
a { background-color: #F884C8; }
a { background-color: rgb(248,132,200); }
div.DivClassName
{
background-color: #F884C8;
}
.BgClassName
{
background-color: #F884C8;
}
</style>
border-color css
<style>
span { border-color: #F884C8; }
span { border-color: rgb(248,132,200); }
td.TdClassName
{
border-color: #F884C8;
}
.TagClassName
{
border-color: #F884C8;
}
</style>