Shades of Tea Rose #F887C8
Tints of Tea Rose #F887C8
RGB
CMYK
RGB Variations
Color information
#F887C8 (or 0xF887C8) is known color: Tea Rose. HEX triplet: F8, 87 and C8. RGB value is (248,135,200). Sum of RGB (Red+Green+Blue) = 248+135+200=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 135 (53.12% from 255 or 23.16% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F887C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F887C8 is #077837. Grayscale: #B0B0B0. Windows color (decimal): -489528 or 13142008. OLE color: 13142008.
HSL color Cylindrical-coordinate representation of color #F887C8: hue angle of 325.49º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F887C8 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 135 | 200 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.03 |
| HSL | 325.49º | 0.89% | 0.75% | - |
| HSV(B) | 325.49º | 0.46% | 0.97% | - |
| XYZ | 57.8 | 41.45 | 59.6 | - |
| YUV | 176.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 135 | 200 | 0 | 0.46 | 0.19 | 0.03 | 325.49 | 0.89 | 0.75 |
| Hex | F8 | 87 | C8 | 0 | 2E | 13 | 3 | 145 | 59 | 4B |
| Octal | 370 | 207 | 310 | 0 | 56 | 23 | 3 | 505 | 131 | 113 |
| Binary | 11111000 | 10000111 | 11001000 | 0 | 101110 | 10011 | 11 | 101000101 | 1011001 | 1001011 |
Color Harmonies of #F887C8
Complementary color
Monochromatic Colors of #F887C8
Black with #F887C8
Text Example
Text Example
White with #F887C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F887C8; }
p { color: rgb(248,135,200); }
H1.HeaderClassName
{
color: #F887C8;
}
.AnyTagClassName
{
color: #F887C8;
}
</style>
background-color css
<style>
a { background-color: #F887C8; }
a { background-color: rgb(248,135,200); }
div.DivClassName
{
background-color: #F887C8;
}
.BgClassName
{
background-color: #F887C8;
}
</style>
border-color css
<style>
span { border-color: #F887C8; }
span { border-color: rgb(248,135,200); }
td.TdClassName
{
border-color: #F887C8;
}
.TagClassName
{
border-color: #F887C8;
}
</style>