Shades of Tea Rose #F38CBC
Tints of Tea Rose #F38CBC
RGB
CMYK
RGB Variations
Color information
#F38CBC (or 0xF38CBC) is known color: Tea Rose. HEX triplet: F3, 8C and BC. RGB value is (243,140,188). Sum of RGB (Red+Green+Blue) = 243+140+188=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CBC is #0C7343. Grayscale: #B0B0B0. Windows color (decimal): -815940 or 12356851. OLE color: 12356851.
HSL color Cylindrical-coordinate representation of color #F38CBC: hue angle of 332.04º 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 #F38CBC is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 188 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.05 |
| HSL | 332.04º | 0.81% | 0.75% | - |
| HSV(B) | 332.04º | 0.42% | 0.95% | - |
| XYZ | 55.42 | 41.44 | 52.66 | - |
| YUV | 176.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 188 | 0 | 0.42 | 0.23 | 0.05 | 332.04 | 0.81 | 0.75 |
| Hex | F3 | 8C | BC | 0 | 2A | 17 | 5 | 14C | 51 | 4B |
| Octal | 363 | 214 | 274 | 0 | 52 | 27 | 5 | 514 | 121 | 113 |
| Binary | 11110011 | 10001100 | 10111100 | 0 | 101010 | 10111 | 101 | 101001100 | 1010001 | 1001011 |
Color Harmonies of #F38CBC
Complementary color
Monochromatic Colors of #F38CBC
Black with #F38CBC
Text Example
Text Example
White with #F38CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CBC; }
p { color: rgb(243,140,188); }
H1.HeaderClassName
{
color: #F38CBC;
}
.AnyTagClassName
{
color: #F38CBC;
}
</style>
background-color css
<style>
a { background-color: #F38CBC; }
a { background-color: rgb(243,140,188); }
div.DivClassName
{
background-color: #F38CBC;
}
.BgClassName
{
background-color: #F38CBC;
}
</style>
border-color css
<style>
span { border-color: #F38CBC; }
span { border-color: rgb(243,140,188); }
td.TdClassName
{
border-color: #F38CBC;
}
.TagClassName
{
border-color: #F38CBC;
}
</style>