Shades of Tea Rose #F87ECE
Tints of Tea Rose #F87ECE
RGB
CMYK
RGB Variations
Color information
#F87ECE (or 0xF87ECE) is known color: Tea Rose. HEX triplet: F8, 7E and CE. RGB value is (248,126,206). Sum of RGB (Red+Green+Blue) = 248+126+206=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ECE is #078131. Grayscale: #ABABAB. Windows color (decimal): -491826 or 13532920. OLE color: 13532920.
HSL color Cylindrical-coordinate representation of color #F87ECE: hue angle of 320.66º 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 #F87ECE is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 126 | 206 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.03 |
| HSL | 320.66º | 0.9% | 0.73% | - |
| HSV(B) | 320.66º | 0.49% | 0.97% | - |
| XYZ | 57.31 | 39.33 | 62.96 | - |
| YUV | 171.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 206 | 0 | 0.49 | 0.17 | 0.03 | 320.66 | 0.9 | 0.73 |
| Hex | F8 | 7E | CE | 0 | 31 | 11 | 3 | 141 | 5A | 49 |
| Octal | 370 | 176 | 316 | 0 | 61 | 21 | 3 | 501 | 132 | 111 |
| Binary | 11111000 | 1111110 | 11001110 | 0 | 110001 | 10001 | 11 | 101000001 | 1011010 | 1001001 |
Color Harmonies of #F87ECE
Complementary color
Monochromatic Colors of #F87ECE
Black with #F87ECE
Text Example
Text Example
White with #F87ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87ECE; }
p { color: rgb(248,126,206); }
H1.HeaderClassName
{
color: #F87ECE;
}
.AnyTagClassName
{
color: #F87ECE;
}
</style>
background-color css
<style>
a { background-color: #F87ECE; }
a { background-color: rgb(248,126,206); }
div.DivClassName
{
background-color: #F87ECE;
}
.BgClassName
{
background-color: #F87ECE;
}
</style>
border-color css
<style>
span { border-color: #F87ECE; }
span { border-color: rgb(248,126,206); }
td.TdClassName
{
border-color: #F87ECE;
}
.TagClassName
{
border-color: #F87ECE;
}
</style>