Shades of Tea Rose #F895CE
Tints of Tea Rose #F895CE
RGB
CMYK
RGB Variations
Color information
#F895CE (or 0xF895CE) is known color: Tea Rose. HEX triplet: F8, 95 and CE. RGB value is (248,149,206). Sum of RGB (Red+Green+Blue) = 248+149+206=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 149 (58.59% from 255 or 24.71% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F895CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895CE is #076A31. Grayscale: #B8B8B8. Windows color (decimal): -485938 or 13538808. OLE color: 13538808.
HSL color Cylindrical-coordinate representation of color #F895CE: hue angle of 325.45º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895CE is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 206 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.03 |
| HSL | 325.45º | 0.88% | 0.78% | - |
| HSV(B) | 325.45º | 0.4% | 0.97% | - |
| XYZ | 60.6 | 45.91 | 64.06 | - |
| YUV | 185.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 206 | 0 | 0.40 | 0.17 | 0.03 | 325.45 | 0.88 | 0.78 |
| Hex | F8 | 95 | CE | 0 | 28 | 11 | 3 | 145 | 58 | 4E |
| Octal | 370 | 225 | 316 | 0 | 50 | 21 | 3 | 505 | 130 | 116 |
| Binary | 11111000 | 10010101 | 11001110 | 0 | 101000 | 10001 | 11 | 101000101 | 1011000 | 1001110 |
Color Harmonies of #F895CE
Complementary color
Monochromatic Colors of #F895CE
Black with #F895CE
Text Example
Text Example
White with #F895CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895CE; }
p { color: rgb(248,149,206); }
H1.HeaderClassName
{
color: #F895CE;
}
.AnyTagClassName
{
color: #F895CE;
}
</style>
background-color css
<style>
a { background-color: #F895CE; }
a { background-color: rgb(248,149,206); }
div.DivClassName
{
background-color: #F895CE;
}
.BgClassName
{
background-color: #F895CE;
}
</style>
border-color css
<style>
span { border-color: #F895CE; }
span { border-color: rgb(248,149,206); }
td.TdClassName
{
border-color: #F895CE;
}
.TagClassName
{
border-color: #F895CE;
}
</style>