Shades of Tea Rose #F88ECE
Tints of Tea Rose #F88ECE
RGB
CMYK
RGB Variations
Color information
#F88ECE (or 0xF88ECE) is known color: Tea Rose. HEX triplet: F8, 8E and CE. RGB value is (248,142,206). Sum of RGB (Red+Green+Blue) = 248+142+206=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F88ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88ECE is #077131. Grayscale: #B4B4B4. Windows color (decimal): -487730 or 13537016. OLE color: 13537016.
HSL color Cylindrical-coordinate representation of color #F88ECE: hue angle of 323.77º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88ECE is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 142 | 206 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.03 |
| HSL | 323.77º | 0.88% | 0.76% | - |
| HSV(B) | 323.77º | 0.43% | 0.97% | - |
| XYZ | 59.52 | 43.76 | 63.7 | - |
| YUV | 180.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 142 | 206 | 0 | 0.43 | 0.17 | 0.03 | 323.77 | 0.88 | 0.76 |
| Hex | F8 | 8E | CE | 0 | 2B | 11 | 3 | 144 | 58 | 4C |
| Octal | 370 | 216 | 316 | 0 | 53 | 21 | 3 | 504 | 130 | 114 |
| Binary | 11111000 | 10001110 | 11001110 | 0 | 101011 | 10001 | 11 | 101000100 | 1011000 | 1001100 |
Color Harmonies of #F88ECE
Complementary color
Monochromatic Colors of #F88ECE
Black with #F88ECE
Text Example
Text Example
White with #F88ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88ECE; }
p { color: rgb(248,142,206); }
H1.HeaderClassName
{
color: #F88ECE;
}
.AnyTagClassName
{
color: #F88ECE;
}
</style>
background-color css
<style>
a { background-color: #F88ECE; }
a { background-color: rgb(248,142,206); }
div.DivClassName
{
background-color: #F88ECE;
}
.BgClassName
{
background-color: #F88ECE;
}
</style>
border-color css
<style>
span { border-color: #F88ECE; }
span { border-color: rgb(248,142,206); }
td.TdClassName
{
border-color: #F88ECE;
}
.TagClassName
{
border-color: #F88ECE;
}
</style>