Shades of Tea Rose #F895D0
Tints of Tea Rose #F895D0
RGB
CMYK
RGB Variations
Color information
#F895D0 (or 0xF895D0) is known color: Tea Rose. HEX triplet: F8, 95 and D0. RGB value is (248,149,208). Sum of RGB (Red+Green+Blue) = 248+149+208=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F895D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895D0 is #076A2F. Grayscale: #B9B9B9. Windows color (decimal): -485936 or 13669880. OLE color: 13669880.
HSL color Cylindrical-coordinate representation of color #F895D0: hue angle of 324.24º 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 #F895D0 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 208 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.03 |
| HSL | 324.24º | 0.88% | 0.78% | - |
| HSV(B) | 324.24º | 0.4% | 0.97% | - |
| XYZ | 60.84 | 46.01 | 65.35 | - |
| YUV | 185.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 208 | 0 | 0.40 | 0.16 | 0.03 | 324.24 | 0.88 | 0.78 |
| Hex | F8 | 95 | D0 | 0 | 28 | 10 | 3 | 144 | 58 | 4E |
| Octal | 370 | 225 | 320 | 0 | 50 | 20 | 3 | 504 | 130 | 116 |
| Binary | 11111000 | 10010101 | 11010000 | 0 | 101000 | 10000 | 11 | 101000100 | 1011000 | 1001110 |
Color Harmonies of #F895D0
Complementary color
Monochromatic Colors of #F895D0
Black with #F895D0
Text Example
Text Example
White with #F895D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895D0; }
p { color: rgb(248,149,208); }
H1.HeaderClassName
{
color: #F895D0;
}
.AnyTagClassName
{
color: #F895D0;
}
</style>
background-color css
<style>
a { background-color: #F895D0; }
a { background-color: rgb(248,149,208); }
div.DivClassName
{
background-color: #F895D0;
}
.BgClassName
{
background-color: #F895D0;
}
</style>
border-color css
<style>
span { border-color: #F895D0; }
span { border-color: rgb(248,149,208); }
td.TdClassName
{
border-color: #F895D0;
}
.TagClassName
{
border-color: #F895D0;
}
</style>