Shades of Tea Rose #F38EBF
Tints of Tea Rose #F38EBF
RGB
CMYK
RGB Variations
Color information
#F38EBF (or 0xF38EBF) is known color: Tea Rose. HEX triplet: F3, 8E and BF. RGB value is (243,142,191). Sum of RGB (Red+Green+Blue) = 243+142+191=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38EBF is #0C7140. Grayscale: #B1B1B1. Windows color (decimal): -815425 or 12553971. OLE color: 12553971.
HSL color Cylindrical-coordinate representation of color #F38EBF: hue angle of 330.89º 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 #F38EBF is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 191 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.05 |
| HSL | 330.89º | 0.81% | 0.75% | - |
| HSV(B) | 330.89º | 0.42% | 0.95% | - |
| XYZ | 56.04 | 42.16 | 54.47 | - |
| YUV | 177.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 191 | 0 | 0.42 | 0.21 | 0.05 | 330.89 | 0.81 | 0.75 |
| Hex | F3 | 8E | BF | 0 | 2A | 15 | 5 | 14B | 51 | 4B |
| Octal | 363 | 216 | 277 | 0 | 52 | 25 | 5 | 513 | 121 | 113 |
| Binary | 11110011 | 10001110 | 10111111 | 0 | 101010 | 10101 | 101 | 101001011 | 1010001 | 1001011 |
Color Harmonies of #F38EBF
Complementary color
Monochromatic Colors of #F38EBF
Black with #F38EBF
Text Example
Text Example
White with #F38EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38EBF; }
p { color: rgb(243,142,191); }
H1.HeaderClassName
{
color: #F38EBF;
}
.AnyTagClassName
{
color: #F38EBF;
}
</style>
background-color css
<style>
a { background-color: #F38EBF; }
a { background-color: rgb(243,142,191); }
div.DivClassName
{
background-color: #F38EBF;
}
.BgClassName
{
background-color: #F38EBF;
}
</style>
border-color css
<style>
span { border-color: #F38EBF; }
span { border-color: rgb(243,142,191); }
td.TdClassName
{
border-color: #F38EBF;
}
.TagClassName
{
border-color: #F38EBF;
}
</style>