Shades of Tea Rose #F38ACB
Tints of Tea Rose #F38ACB
RGB
CMYK
RGB Variations
Color information
#F38ACB (or 0xF38ACB) is known color: Tea Rose. HEX triplet: F3, 8A and CB. RGB value is (243,138,203). Sum of RGB (Red+Green+Blue) = 243+138+203=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ACB is #0C7534. Grayscale: #B0B0B0. Windows color (decimal): -816437 or 13339379. OLE color: 13339379.
HSL color Cylindrical-coordinate representation of color #F38ACB: hue angle of 322.86º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38ACB is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 203 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.05 |
| HSL | 322.86º | 0.81% | 0.75% | - |
| HSV(B) | 322.86º | 0.43% | 0.95% | - |
| XYZ | 56.83 | 41.54 | 61.52 | - |
| YUV | 176.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 203 | 0 | 0.43 | 0.16 | 0.05 | 322.86 | 0.81 | 0.75 |
| Hex | F3 | 8A | CB | 0 | 2B | 10 | 5 | 143 | 51 | 4B |
| Octal | 363 | 212 | 313 | 0 | 53 | 20 | 5 | 503 | 121 | 113 |
| Binary | 11110011 | 10001010 | 11001011 | 0 | 101011 | 10000 | 101 | 101000011 | 1010001 | 1001011 |
Color Harmonies of #F38ACB
Complementary color
Monochromatic Colors of #F38ACB
Black with #F38ACB
Text Example
Text Example
White with #F38ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38ACB; }
p { color: rgb(243,138,203); }
H1.HeaderClassName
{
color: #F38ACB;
}
.AnyTagClassName
{
color: #F38ACB;
}
</style>
background-color css
<style>
a { background-color: #F38ACB; }
a { background-color: rgb(243,138,203); }
div.DivClassName
{
background-color: #F38ACB;
}
.BgClassName
{
background-color: #F38ACB;
}
</style>
border-color css
<style>
span { border-color: #F38ACB; }
span { border-color: rgb(243,138,203); }
td.TdClassName
{
border-color: #F38ACB;
}
.TagClassName
{
border-color: #F38ACB;
}
</style>