Shades of Tea Rose #F38ECC
Tints of Tea Rose #F38ECC
RGB
CMYK
RGB Variations
Color information
#F38ECC (or 0xF38ECC) is known color: Tea Rose. HEX triplet: F3, 8E and CC. RGB value is (243,142,204). Sum of RGB (Red+Green+Blue) = 243+142+204=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ECC is #0C7133. Grayscale: #B3B3B3. Windows color (decimal): -815412 or 13405939. OLE color: 13405939.
HSL color Cylindrical-coordinate representation of color #F38ECC: hue angle of 323.17º 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 #F38ECC is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 204 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.05 |
| HSL | 323.17º | 0.81% | 0.75% | - |
| HSV(B) | 323.17º | 0.42% | 0.95% | - |
| XYZ | 57.53 | 42.76 | 62.35 | - |
| YUV | 179.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 204 | 0 | 0.42 | 0.16 | 0.05 | 323.17 | 0.81 | 0.75 |
| Hex | F3 | 8E | CC | 0 | 2A | 10 | 5 | 143 | 51 | 4B |
| Octal | 363 | 216 | 314 | 0 | 52 | 20 | 5 | 503 | 121 | 113 |
| Binary | 11110011 | 10001110 | 11001100 | 0 | 101010 | 10000 | 101 | 101000011 | 1010001 | 1001011 |
Color Harmonies of #F38ECC
Complementary color
Monochromatic Colors of #F38ECC
Black with #F38ECC
Text Example
Text Example
White with #F38ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38ECC; }
p { color: rgb(243,142,204); }
H1.HeaderClassName
{
color: #F38ECC;
}
.AnyTagClassName
{
color: #F38ECC;
}
</style>
background-color css
<style>
a { background-color: #F38ECC; }
a { background-color: rgb(243,142,204); }
div.DivClassName
{
background-color: #F38ECC;
}
.BgClassName
{
background-color: #F38ECC;
}
</style>
border-color css
<style>
span { border-color: #F38ECC; }
span { border-color: rgb(243,142,204); }
td.TdClassName
{
border-color: #F38ECC;
}
.TagClassName
{
border-color: #F38ECC;
}
</style>