Shades of Tea Rose #F893CE
Tints of Tea Rose #F893CE
RGB
CMYK
RGB Variations
Color information
#F893CE (or 0xF893CE) is known color: Tea Rose. HEX triplet: F8, 93 and CE. RGB value is (248,147,206). Sum of RGB (Red+Green+Blue) = 248+147+206=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F893CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893CE is #076C31. Grayscale: #B7B7B7. Windows color (decimal): -486450 or 13538296. OLE color: 13538296.
HSL color Cylindrical-coordinate representation of color #F893CE: hue angle of 324.95º 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 #F893CE is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 206 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.03 |
| HSL | 324.95º | 0.88% | 0.77% | - |
| HSV(B) | 324.95º | 0.41% | 0.97% | - |
| XYZ | 60.29 | 45.28 | 63.96 | - |
| YUV | 183.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 206 | 0 | 0.41 | 0.17 | 0.03 | 324.95 | 0.88 | 0.77 |
| Hex | F8 | 93 | CE | 0 | 29 | 11 | 3 | 145 | 58 | 4D |
| Octal | 370 | 223 | 316 | 0 | 51 | 21 | 3 | 505 | 130 | 115 |
| Binary | 11111000 | 10010011 | 11001110 | 0 | 101001 | 10001 | 11 | 101000101 | 1011000 | 1001101 |
Color Harmonies of #F893CE
Complementary color
Monochromatic Colors of #F893CE
Black with #F893CE
Text Example
Text Example
White with #F893CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893CE; }
p { color: rgb(248,147,206); }
H1.HeaderClassName
{
color: #F893CE;
}
.AnyTagClassName
{
color: #F893CE;
}
</style>
background-color css
<style>
a { background-color: #F893CE; }
a { background-color: rgb(248,147,206); }
div.DivClassName
{
background-color: #F893CE;
}
.BgClassName
{
background-color: #F893CE;
}
</style>
border-color css
<style>
span { border-color: #F893CE; }
span { border-color: rgb(248,147,206); }
td.TdClassName
{
border-color: #F893CE;
}
.TagClassName
{
border-color: #F893CE;
}
</style>