Shades of Tea Rose #F38CCD
Tints of Tea Rose #F38CCD
RGB
CMYK
RGB Variations
Color information
#F38CCD (or 0xF38CCD) is known color: Tea Rose. HEX triplet: F3, 8C and CD. RGB value is (243,140,205). Sum of RGB (Red+Green+Blue) = 243+140+205=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CCD is #0C7332. Grayscale: #B2B2B2. Windows color (decimal): -815923 or 13470963. OLE color: 13470963.
HSL color Cylindrical-coordinate representation of color #F38CCD: hue angle of 322.14º 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 #F38CCD is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 205 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.05 |
| HSL | 322.14º | 0.81% | 0.75% | - |
| HSV(B) | 322.14º | 0.42% | 0.95% | - |
| XYZ | 57.36 | 42.22 | 62.88 | - |
| YUV | 178.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 205 | 0 | 0.42 | 0.16 | 0.05 | 322.14 | 0.81 | 0.75 |
| Hex | F3 | 8C | CD | 0 | 2A | 10 | 5 | 142 | 51 | 4B |
| Octal | 363 | 214 | 315 | 0 | 52 | 20 | 5 | 502 | 121 | 113 |
| Binary | 11110011 | 10001100 | 11001101 | 0 | 101010 | 10000 | 101 | 101000010 | 1010001 | 1001011 |
Color Harmonies of #F38CCD
Complementary color
Monochromatic Colors of #F38CCD
Black with #F38CCD
Text Example
Text Example
White with #F38CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CCD; }
p { color: rgb(243,140,205); }
H1.HeaderClassName
{
color: #F38CCD;
}
.AnyTagClassName
{
color: #F38CCD;
}
</style>
background-color css
<style>
a { background-color: #F38CCD; }
a { background-color: rgb(243,140,205); }
div.DivClassName
{
background-color: #F38CCD;
}
.BgClassName
{
background-color: #F38CCD;
}
</style>
border-color css
<style>
span { border-color: #F38CCD; }
span { border-color: rgb(243,140,205); }
td.TdClassName
{
border-color: #F38CCD;
}
.TagClassName
{
border-color: #F38CCD;
}
</style>