Shades of Tea Rose #F38CCB
Tints of Tea Rose #F38CCB
RGB
CMYK
RGB Variations
Color information
#F38CCB (or 0xF38CCB) is known color: Tea Rose. HEX triplet: F3, 8C and CB. RGB value is (243,140,203). Sum of RGB (Red+Green+Blue) = 243+140+203=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F38CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38CCB is #0C7334. Grayscale: #B1B1B1. Windows color (decimal): -815925 or 13339891. OLE color: 13339891.
HSL color Cylindrical-coordinate representation of color #F38CCB: hue angle of 323.3º 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 #F38CCB is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 203 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.05 |
| HSL | 323.3º | 0.81% | 0.75% | - |
| HSV(B) | 323.3º | 0.42% | 0.95% | - |
| XYZ | 57.12 | 42.12 | 61.62 | - |
| YUV | 177.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 203 | 0 | 0.42 | 0.16 | 0.05 | 323.3 | 0.81 | 0.75 |
| Hex | F3 | 8C | CB | 0 | 2A | 10 | 5 | 143 | 51 | 4B |
| Octal | 363 | 214 | 313 | 0 | 52 | 20 | 5 | 503 | 121 | 113 |
| Binary | 11110011 | 10001100 | 11001011 | 0 | 101010 | 10000 | 101 | 101000011 | 1010001 | 1001011 |
Color Harmonies of #F38CCB
Complementary color
Monochromatic Colors of #F38CCB
Black with #F38CCB
Text Example
Text Example
White with #F38CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CCB; }
p { color: rgb(243,140,203); }
H1.HeaderClassName
{
color: #F38CCB;
}
.AnyTagClassName
{
color: #F38CCB;
}
</style>
background-color css
<style>
a { background-color: #F38CCB; }
a { background-color: rgb(243,140,203); }
div.DivClassName
{
background-color: #F38CCB;
}
.BgClassName
{
background-color: #F38CCB;
}
</style>
border-color css
<style>
span { border-color: #F38CCB; }
span { border-color: rgb(243,140,203); }
td.TdClassName
{
border-color: #F38CCB;
}
.TagClassName
{
border-color: #F38CCB;
}
</style>