Shades of Tea Rose #F38DCC
Tints of Tea Rose #F38DCC
RGB
CMYK
RGB Variations
Color information
#F38DCC (or 0xF38DCC) is known color: Tea Rose. HEX triplet: F3, 8D and CC. RGB value is (243,141,204). Sum of RGB (Red+Green+Blue) = 243+141+204=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DCC is #0C7233. Grayscale: #B2B2B2. Windows color (decimal): -815668 or 13405683. OLE color: 13405683.
HSL color Cylindrical-coordinate representation of color #F38DCC: hue angle of 322.94º 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 #F38DCC is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 204 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.05 |
| HSL | 322.94º | 0.81% | 0.75% | - |
| HSV(B) | 322.94º | 0.42% | 0.95% | - |
| XYZ | 57.39 | 42.46 | 62.3 | - |
| YUV | 178.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 204 | 0 | 0.42 | 0.16 | 0.05 | 322.94 | 0.81 | 0.75 |
| Hex | F3 | 8D | CC | 0 | 2A | 10 | 5 | 143 | 51 | 4B |
| Octal | 363 | 215 | 314 | 0 | 52 | 20 | 5 | 503 | 121 | 113 |
| Binary | 11110011 | 10001101 | 11001100 | 0 | 101010 | 10000 | 101 | 101000011 | 1010001 | 1001011 |
Color Harmonies of #F38DCC
Complementary color
Monochromatic Colors of #F38DCC
Black with #F38DCC
Text Example
Text Example
White with #F38DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38DCC; }
p { color: rgb(243,141,204); }
H1.HeaderClassName
{
color: #F38DCC;
}
.AnyTagClassName
{
color: #F38DCC;
}
</style>
background-color css
<style>
a { background-color: #F38DCC; }
a { background-color: rgb(243,141,204); }
div.DivClassName
{
background-color: #F38DCC;
}
.BgClassName
{
background-color: #F38DCC;
}
</style>
border-color css
<style>
span { border-color: #F38DCC; }
span { border-color: rgb(243,141,204); }
td.TdClassName
{
border-color: #F38DCC;
}
.TagClassName
{
border-color: #F38DCC;
}
</style>