Shades of Tea Rose #F98ACC
Tints of Tea Rose #F98ACC
RGB
CMYK
RGB Variations
Color information
#F98ACC (or 0xF98ACC) is known color: Tea Rose. HEX triplet: F9, 8A and CC. RGB value is (249,138,204). Sum of RGB (Red+Green+Blue) = 249+138+204=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ACC is #067533. Grayscale: #B2B2B2. Windows color (decimal): -423220 or 13404921. OLE color: 13404921.
HSL color Cylindrical-coordinate representation of color #F98ACC: hue angle of 324.32º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98ACC is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 204 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.02 |
| HSL | 324.32º | 0.9% | 0.76% | - |
| HSV(B) | 324.32º | 0.45% | 0.98% | - |
| XYZ | 59.05 | 42.68 | 62.25 | - |
| YUV | 178.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 204 | 0 | 0.45 | 0.18 | 0.02 | 324.32 | 0.9 | 0.76 |
| Hex | F9 | 8A | CC | 0 | 2D | 12 | 2 | 144 | 5A | 4C |
| Octal | 371 | 212 | 314 | 0 | 55 | 22 | 2 | 504 | 132 | 114 |
| Binary | 11111001 | 10001010 | 11001100 | 0 | 101101 | 10010 | 10 | 101000100 | 1011010 | 1001100 |
Color Harmonies of #F98ACC
Complementary color
Monochromatic Colors of #F98ACC
Black with #F98ACC
Text Example
Text Example
White with #F98ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ACC; }
p { color: rgb(249,138,204); }
H1.HeaderClassName
{
color: #F98ACC;
}
.AnyTagClassName
{
color: #F98ACC;
}
</style>
background-color css
<style>
a { background-color: #F98ACC; }
a { background-color: rgb(249,138,204); }
div.DivClassName
{
background-color: #F98ACC;
}
.BgClassName
{
background-color: #F98ACC;
}
</style>
border-color css
<style>
span { border-color: #F98ACC; }
span { border-color: rgb(249,138,204); }
td.TdClassName
{
border-color: #F98ACC;
}
.TagClassName
{
border-color: #F98ACC;
}
</style>