Shades of Tea Rose #F48ECE
Tints of Tea Rose #F48ECE
RGB
CMYK
RGB Variations
Color information
#F48ECE (or 0xF48ECE) is known color: Tea Rose. HEX triplet: F4, 8E and CE. RGB value is (244,142,206). Sum of RGB (Red+Green+Blue) = 244+142+206=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ECE is #0B7131. Grayscale: #B3B3B3. Windows color (decimal): -749874 or 13537012. OLE color: 13537012.
HSL color Cylindrical-coordinate representation of color #F48ECE: hue angle of 322.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48ECE is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 142 | 206 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.04 |
| HSL | 322.35º | 0.82% | 0.76% | - |
| HSV(B) | 322.35º | 0.42% | 0.96% | - |
| XYZ | 58.12 | 43.04 | 63.64 | - |
| YUV | 179.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 142 | 206 | 0 | 0.42 | 0.16 | 0.04 | 322.35 | 0.82 | 0.76 |
| Hex | F4 | 8E | CE | 0 | 2A | 10 | 4 | 142 | 52 | 4C |
| Octal | 364 | 216 | 316 | 0 | 52 | 20 | 4 | 502 | 122 | 114 |
| Binary | 11110100 | 10001110 | 11001110 | 0 | 101010 | 10000 | 100 | 101000010 | 1010010 | 1001100 |
Color Harmonies of #F48ECE
Complementary color
Monochromatic Colors of #F48ECE
Black with #F48ECE
Text Example
Text Example
White with #F48ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48ECE; }
p { color: rgb(244,142,206); }
H1.HeaderClassName
{
color: #F48ECE;
}
.AnyTagClassName
{
color: #F48ECE;
}
</style>
background-color css
<style>
a { background-color: #F48ECE; }
a { background-color: rgb(244,142,206); }
div.DivClassName
{
background-color: #F48ECE;
}
.BgClassName
{
background-color: #F48ECE;
}
</style>
border-color css
<style>
span { border-color: #F48ECE; }
span { border-color: rgb(244,142,206); }
td.TdClassName
{
border-color: #F48ECE;
}
.TagClassName
{
border-color: #F48ECE;
}
</style>