Shades of Tea Rose #F893C9
Tints of Tea Rose #F893C9
RGB
CMYK
RGB Variations
Color information
#F893C9 (or 0xF893C9) is known color: Tea Rose. HEX triplet: F8, 93 and C9. RGB value is (248,147,201). Sum of RGB (Red+Green+Blue) = 248+147+201=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F893C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893C9 is #076C36. Grayscale: #B7B7B7. Windows color (decimal): -486455 or 13210616. OLE color: 13210616.
HSL color Cylindrical-coordinate representation of color #F893C9: hue angle of 327.92º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893C9 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 201 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.03 |
| HSL | 327.92º | 0.88% | 0.77% | - |
| HSV(B) | 327.92º | 0.41% | 0.97% | - |
| XYZ | 59.69 | 45.04 | 60.81 | - |
| YUV | 183.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 201 | 0 | 0.41 | 0.19 | 0.03 | 327.92 | 0.88 | 0.77 |
| Hex | F8 | 93 | C9 | 0 | 29 | 13 | 3 | 148 | 58 | 4D |
| Octal | 370 | 223 | 311 | 0 | 51 | 23 | 3 | 510 | 130 | 115 |
| Binary | 11111000 | 10010011 | 11001001 | 0 | 101001 | 10011 | 11 | 101001000 | 1011000 | 1001101 |
Color Harmonies of #F893C9
Complementary color
Monochromatic Colors of #F893C9
Black with #F893C9
Text Example
Text Example
White with #F893C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893C9; }
p { color: rgb(248,147,201); }
H1.HeaderClassName
{
color: #F893C9;
}
.AnyTagClassName
{
color: #F893C9;
}
</style>
background-color css
<style>
a { background-color: #F893C9; }
a { background-color: rgb(248,147,201); }
div.DivClassName
{
background-color: #F893C9;
}
.BgClassName
{
background-color: #F893C9;
}
</style>
border-color css
<style>
span { border-color: #F893C9; }
span { border-color: rgb(248,147,201); }
td.TdClassName
{
border-color: #F893C9;
}
.TagClassName
{
border-color: #F893C9;
}
</style>