Shades of Tea Rose #F18ECB
Tints of Tea Rose #F18ECB
RGB
CMYK
RGB Variations
Color information
#F18ECB (or 0xF18ECB) is known color: Tea Rose. HEX triplet: F1, 8E and CB. RGB value is (241,142,203). Sum of RGB (Red+Green+Blue) = 241+142+203=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ECB is #0E7134. Grayscale: #B2B2B2. Windows color (decimal): -946485 or 13340401. OLE color: 13340401.
HSL color Cylindrical-coordinate representation of color #F18ECB: hue angle of 323.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18ECB is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 142 | 203 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.05 |
| HSL | 323.03º | 0.78% | 0.75% | - |
| HSV(B) | 323.03º | 0.41% | 0.95% | - |
| XYZ | 56.73 | 42.36 | 61.69 | - |
| YUV | 178.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 203 | 0 | 0.41 | 0.16 | 0.05 | 323.03 | 0.78 | 0.75 |
| Hex | F1 | 8E | CB | 0 | 29 | 10 | 5 | 143 | 4E | 4B |
| Octal | 361 | 216 | 313 | 0 | 51 | 20 | 5 | 503 | 116 | 113 |
| Binary | 11110001 | 10001110 | 11001011 | 0 | 101001 | 10000 | 101 | 101000011 | 1001110 | 1001011 |
Color Harmonies of #F18ECB
Complementary color
Monochromatic Colors of #F18ECB
Black with #F18ECB
Text Example
Text Example
White with #F18ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ECB; }
p { color: rgb(241,142,203); }
H1.HeaderClassName
{
color: #F18ECB;
}
.AnyTagClassName
{
color: #F18ECB;
}
</style>
background-color css
<style>
a { background-color: #F18ECB; }
a { background-color: rgb(241,142,203); }
div.DivClassName
{
background-color: #F18ECB;
}
.BgClassName
{
background-color: #F18ECB;
}
</style>
border-color css
<style>
span { border-color: #F18ECB; }
span { border-color: rgb(241,142,203); }
td.TdClassName
{
border-color: #F18ECB;
}
.TagClassName
{
border-color: #F18ECB;
}
</style>