Shades of Tea Rose #F87ECC
Tints of Tea Rose #F87ECC
RGB
CMYK
RGB Variations
Color information
#F87ECC (or 0xF87ECC) is known color: Tea Rose. HEX triplet: F8, 7E and CC. RGB value is (248,126,204). Sum of RGB (Red+Green+Blue) = 248+126+204=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ECC is #078133. Grayscale: #ABABAB. Windows color (decimal): -491828 or 13401848. OLE color: 13401848.
HSL color Cylindrical-coordinate representation of color #F87ECC: hue angle of 321.64º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87ECC is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 126 | 204 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.03 |
| HSL | 321.64º | 0.9% | 0.73% | - |
| HSV(B) | 321.64º | 0.49% | 0.97% | - |
| XYZ | 57.07 | 39.24 | 61.69 | - |
| YUV | 171.37 | 146.42 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 204 | 0 | 0.49 | 0.18 | 0.03 | 321.64 | 0.9 | 0.73 |
| Hex | F8 | 7E | CC | 0 | 31 | 12 | 3 | 142 | 5A | 49 |
| Octal | 370 | 176 | 314 | 0 | 61 | 22 | 3 | 502 | 132 | 111 |
| Binary | 11111000 | 1111110 | 11001100 | 0 | 110001 | 10010 | 11 | 101000010 | 1011010 | 1001001 |
Color Harmonies of #F87ECC
Complementary color
Monochromatic Colors of #F87ECC
Black with #F87ECC
Text Example
Text Example
White with #F87ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87ECC; }
p { color: rgb(248,126,204); }
H1.HeaderClassName
{
color: #F87ECC;
}
.AnyTagClassName
{
color: #F87ECC;
}
</style>
background-color css
<style>
a { background-color: #F87ECC; }
a { background-color: rgb(248,126,204); }
div.DivClassName
{
background-color: #F87ECC;
}
.BgClassName
{
background-color: #F87ECC;
}
</style>
border-color css
<style>
span { border-color: #F87ECC; }
span { border-color: rgb(248,126,204); }
td.TdClassName
{
border-color: #F87ECC;
}
.TagClassName
{
border-color: #F87ECC;
}
</style>