Shades of Tea Rose #F38ECE
Tints of Tea Rose #F38ECE
RGB
CMYK
RGB Variations
Color information
#F38ECE (or 0xF38ECE) is known color: Tea Rose. HEX triplet: F3, 8E and CE. RGB value is (243,142,206). Sum of RGB (Red+Green+Blue) = 243+142+206=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ECE is #0C7131. Grayscale: #B3B3B3. Windows color (decimal): -815410 or 13537011. OLE color: 13537011.
HSL color Cylindrical-coordinate representation of color #F38ECE: hue angle of 321.98º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F38ECE is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 206 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.05 |
| HSL | 321.98º | 0.81% | 0.75% | - |
| HSV(B) | 321.98º | 0.42% | 0.95% | - |
| XYZ | 57.78 | 42.86 | 63.62 | - |
| YUV | 179.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 206 | 0 | 0.42 | 0.15 | 0.05 | 321.98 | 0.81 | 0.75 |
| Hex | F3 | 8E | CE | 0 | 2A | F | 5 | 142 | 51 | 4B |
| Octal | 363 | 216 | 316 | 0 | 52 | 17 | 5 | 502 | 121 | 113 |
| Binary | 11110011 | 10001110 | 11001110 | 0 | 101010 | 1111 | 101 | 101000010 | 1010001 | 1001011 |
Color Harmonies of #F38ECE
Complementary color
Monochromatic Colors of #F38ECE
Black with #F38ECE
Text Example
Text Example
White with #F38ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38ECE; }
p { color: rgb(243,142,206); }
H1.HeaderClassName
{
color: #F38ECE;
}
.AnyTagClassName
{
color: #F38ECE;
}
</style>
background-color css
<style>
a { background-color: #F38ECE; }
a { background-color: rgb(243,142,206); }
div.DivClassName
{
background-color: #F38ECE;
}
.BgClassName
{
background-color: #F38ECE;
}
</style>
border-color css
<style>
span { border-color: #F38ECE; }
span { border-color: rgb(243,142,206); }
td.TdClassName
{
border-color: #F38ECE;
}
.TagClassName
{
border-color: #F38ECE;
}
</style>