Shades of Tea Rose #F38ACC
Tints of Tea Rose #F38ACC
RGB
CMYK
RGB Variations
Color information
#F38ACC (or 0xF38ACC) is known color: Tea Rose. HEX triplet: F3, 8A and CC. RGB value is (243,138,204). Sum of RGB (Red+Green+Blue) = 243+138+204=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F38ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38ACC is #0C7533. Grayscale: #B0B0B0. Windows color (decimal): -816436 or 13404915. OLE color: 13404915.
HSL color Cylindrical-coordinate representation of color #F38ACC: hue angle of 322.29º 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 #F38ACC is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 204 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.05 |
| HSL | 322.29º | 0.81% | 0.75% | - |
| HSV(B) | 322.29º | 0.43% | 0.95% | - |
| XYZ | 56.95 | 41.59 | 62.15 | - |
| YUV | 176.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 204 | 0 | 0.43 | 0.16 | 0.05 | 322.29 | 0.81 | 0.75 |
| Hex | F3 | 8A | CC | 0 | 2B | 10 | 5 | 142 | 51 | 4B |
| Octal | 363 | 212 | 314 | 0 | 53 | 20 | 5 | 502 | 121 | 113 |
| Binary | 11110011 | 10001010 | 11001100 | 0 | 101011 | 10000 | 101 | 101000010 | 1010001 | 1001011 |
Color Harmonies of #F38ACC
Complementary color
Monochromatic Colors of #F38ACC
Black with #F38ACC
Text Example
Text Example
White with #F38ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38ACC; }
p { color: rgb(243,138,204); }
H1.HeaderClassName
{
color: #F38ACC;
}
.AnyTagClassName
{
color: #F38ACC;
}
</style>
background-color css
<style>
a { background-color: #F38ACC; }
a { background-color: rgb(243,138,204); }
div.DivClassName
{
background-color: #F38ACC;
}
.BgClassName
{
background-color: #F38ACC;
}
</style>
border-color css
<style>
span { border-color: #F38ACC; }
span { border-color: rgb(243,138,204); }
td.TdClassName
{
border-color: #F38ACC;
}
.TagClassName
{
border-color: #F38ACC;
}
</style>