Shades of Tea Rose #F38ECB
Tints of Tea Rose #F38ECB
RGB
CMYK
RGB Variations
Color information
#F38ECB (or 0xF38ECB) is known color: Tea Rose. HEX triplet: F3, 8E and CB. RGB value is (243,142,203). Sum of RGB (Red+Green+Blue) = 243+142+203=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ECB is #0C7134. Grayscale: #B3B3B3. Windows color (decimal): -815413 or 13340403. OLE color: 13340403.
HSL color Cylindrical-coordinate representation of color #F38ECB: hue angle of 323.76º 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 #F38ECB is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 203 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.05 |
| HSL | 323.76º | 0.81% | 0.75% | - |
| HSV(B) | 323.76º | 0.42% | 0.95% | - |
| XYZ | 57.41 | 42.71 | 61.72 | - |
| YUV | 179.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 203 | 0 | 0.42 | 0.16 | 0.05 | 323.76 | 0.81 | 0.75 |
| Hex | F3 | 8E | CB | 0 | 2A | 10 | 5 | 144 | 51 | 4B |
| Octal | 363 | 216 | 313 | 0 | 52 | 20 | 5 | 504 | 121 | 113 |
| Binary | 11110011 | 10001110 | 11001011 | 0 | 101010 | 10000 | 101 | 101000100 | 1010001 | 1001011 |
Color Harmonies of #F38ECB
Complementary color
Monochromatic Colors of #F38ECB
Black with #F38ECB
Text Example
Text Example
White with #F38ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38ECB; }
p { color: rgb(243,142,203); }
H1.HeaderClassName
{
color: #F38ECB;
}
.AnyTagClassName
{
color: #F38ECB;
}
</style>
background-color css
<style>
a { background-color: #F38ECB; }
a { background-color: rgb(243,142,203); }
div.DivClassName
{
background-color: #F38ECB;
}
.BgClassName
{
background-color: #F38ECB;
}
</style>
border-color css
<style>
span { border-color: #F38ECB; }
span { border-color: rgb(243,142,203); }
td.TdClassName
{
border-color: #F38ECB;
}
.TagClassName
{
border-color: #F38ECB;
}
</style>