Shades of Tea Rose #F38BCD
Tints of Tea Rose #F38BCD
RGB
CMYK
RGB Variations
Color information
#F38BCD (or 0xF38BCD) is known color: Tea Rose. HEX triplet: F3, 8B and CD. RGB value is (243,139,205). Sum of RGB (Red+Green+Blue) = 243+139+205=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BCD is #0C7432. Grayscale: #B1B1B1. Windows color (decimal): -816179 or 13470707. OLE color: 13470707.
HSL color Cylindrical-coordinate representation of color #F38BCD: hue angle of 321.92º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38BCD is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 205 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.05 |
| HSL | 321.92º | 0.81% | 0.75% | - |
| HSV(B) | 321.92º | 0.43% | 0.95% | - |
| XYZ | 57.21 | 41.93 | 62.83 | - |
| YUV | 177.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 205 | 0 | 0.43 | 0.16 | 0.05 | 321.92 | 0.81 | 0.75 |
| Hex | F3 | 8B | CD | 0 | 2B | 10 | 5 | 142 | 51 | 4B |
| Octal | 363 | 213 | 315 | 0 | 53 | 20 | 5 | 502 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11001101 | 0 | 101011 | 10000 | 101 | 101000010 | 1010001 | 1001011 |
Color Harmonies of #F38BCD
Complementary color
Monochromatic Colors of #F38BCD
Black with #F38BCD
Text Example
Text Example
White with #F38BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BCD; }
p { color: rgb(243,139,205); }
H1.HeaderClassName
{
color: #F38BCD;
}
.AnyTagClassName
{
color: #F38BCD;
}
</style>
background-color css
<style>
a { background-color: #F38BCD; }
a { background-color: rgb(243,139,205); }
div.DivClassName
{
background-color: #F38BCD;
}
.BgClassName
{
background-color: #F38BCD;
}
</style>
border-color css
<style>
span { border-color: #F38BCD; }
span { border-color: rgb(243,139,205); }
td.TdClassName
{
border-color: #F38BCD;
}
.TagClassName
{
border-color: #F38BCD;
}
</style>