Shades of Tea Rose #F48ECB
Tints of Tea Rose #F48ECB
RGB
CMYK
RGB Variations
Color information
#F48ECB (or 0xF48ECB) is known color: Tea Rose. HEX triplet: F4, 8E and CB. RGB value is (244,142,203). Sum of RGB (Red+Green+Blue) = 244+142+203=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F48ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48ECB is #0B7134. Grayscale: #B3B3B3. Windows color (decimal): -749877 or 13340404. OLE color: 13340404.
HSL color Cylindrical-coordinate representation of color #F48ECB: hue angle of 324.12º 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 #F48ECB is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 142 | 203 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.04 |
| HSL | 324.12º | 0.82% | 0.76% | - |
| HSV(B) | 324.12º | 0.42% | 0.96% | - |
| XYZ | 57.76 | 42.89 | 61.73 | - |
| YUV | 179.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 142 | 203 | 0 | 0.42 | 0.17 | 0.04 | 324.12 | 0.82 | 0.76 |
| Hex | F4 | 8E | CB | 0 | 2A | 11 | 4 | 144 | 52 | 4C |
| Octal | 364 | 216 | 313 | 0 | 52 | 21 | 4 | 504 | 122 | 114 |
| Binary | 11110100 | 10001110 | 11001011 | 0 | 101010 | 10001 | 100 | 101000100 | 1010010 | 1001100 |
Color Harmonies of #F48ECB
Complementary color
Monochromatic Colors of #F48ECB
Black with #F48ECB
Text Example
Text Example
White with #F48ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48ECB; }
p { color: rgb(244,142,203); }
H1.HeaderClassName
{
color: #F48ECB;
}
.AnyTagClassName
{
color: #F48ECB;
}
</style>
background-color css
<style>
a { background-color: #F48ECB; }
a { background-color: rgb(244,142,203); }
div.DivClassName
{
background-color: #F48ECB;
}
.BgClassName
{
background-color: #F48ECB;
}
</style>
border-color css
<style>
span { border-color: #F48ECB; }
span { border-color: rgb(244,142,203); }
td.TdClassName
{
border-color: #F48ECB;
}
.TagClassName
{
border-color: #F48ECB;
}
</style>