Shades of Tea Rose #F38BCE
Tints of Tea Rose #F38BCE
RGB
CMYK
RGB Variations
Color information
#F38BCE (or 0xF38BCE) is known color: Tea Rose. HEX triplet: F3, 8B and CE. RGB value is (243,139,206). Sum of RGB (Red+Green+Blue) = 243+139+206=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38BCE is #0C7431. Grayscale: #B1B1B1. Windows color (decimal): -816178 or 13536243. OLE color: 13536243.
HSL color Cylindrical-coordinate representation of color #F38BCE: hue angle of 321.35º 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 #F38BCE is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 206 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.05 |
| HSL | 321.35º | 0.81% | 0.75% | - |
| HSV(B) | 321.35º | 0.43% | 0.95% | - |
| XYZ | 57.34 | 41.98 | 63.47 | - |
| YUV | 177.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 206 | 0 | 0.43 | 0.15 | 0.05 | 321.35 | 0.81 | 0.75 |
| Hex | F3 | 8B | CE | 0 | 2B | F | 5 | 141 | 51 | 4B |
| Octal | 363 | 213 | 316 | 0 | 53 | 17 | 5 | 501 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11001110 | 0 | 101011 | 1111 | 101 | 101000001 | 1010001 | 1001011 |
Color Harmonies of #F38BCE
Complementary color
Monochromatic Colors of #F38BCE
Black with #F38BCE
Text Example
Text Example
White with #F38BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BCE; }
p { color: rgb(243,139,206); }
H1.HeaderClassName
{
color: #F38BCE;
}
.AnyTagClassName
{
color: #F38BCE;
}
</style>
background-color css
<style>
a { background-color: #F38BCE; }
a { background-color: rgb(243,139,206); }
div.DivClassName
{
background-color: #F38BCE;
}
.BgClassName
{
background-color: #F38BCE;
}
</style>
border-color css
<style>
span { border-color: #F38BCE; }
span { border-color: rgb(243,139,206); }
td.TdClassName
{
border-color: #F38BCE;
}
.TagClassName
{
border-color: #F38BCE;
}
</style>