Shades of Tea Rose #F896CA
Tints of Tea Rose #F896CA
RGB
CMYK
RGB Variations
Color information
#F896CA (or 0xF896CA) is known color: Tea Rose. HEX triplet: F8, 96 and CA. RGB value is (248,150,202). Sum of RGB (Red+Green+Blue) = 248+150+202=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F896CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896CA is #076935. Grayscale: #B9B9B9. Windows color (decimal): -485686 or 13276920. OLE color: 13276920.
HSL color Cylindrical-coordinate representation of color #F896CA: hue angle of 328.16º 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 #F896CA is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 202 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.03 |
| HSL | 328.16º | 0.88% | 0.78% | - |
| HSV(B) | 328.16º | 0.4% | 0.97% | - |
| XYZ | 60.28 | 46.03 | 61.59 | - |
| YUV | 185.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 202 | 0 | 0.40 | 0.19 | 0.03 | 328.16 | 0.88 | 0.78 |
| Hex | F8 | 96 | CA | 0 | 28 | 13 | 3 | 148 | 58 | 4E |
| Octal | 370 | 226 | 312 | 0 | 50 | 23 | 3 | 510 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11001010 | 0 | 101000 | 10011 | 11 | 101001000 | 1011000 | 1001110 |
Color Harmonies of #F896CA
Complementary color
Monochromatic Colors of #F896CA
Black with #F896CA
Text Example
Text Example
White with #F896CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896CA; }
p { color: rgb(248,150,202); }
H1.HeaderClassName
{
color: #F896CA;
}
.AnyTagClassName
{
color: #F896CA;
}
</style>
background-color css
<style>
a { background-color: #F896CA; }
a { background-color: rgb(248,150,202); }
div.DivClassName
{
background-color: #F896CA;
}
.BgClassName
{
background-color: #F896CA;
}
</style>
border-color css
<style>
span { border-color: #F896CA; }
span { border-color: rgb(248,150,202); }
td.TdClassName
{
border-color: #F896CA;
}
.TagClassName
{
border-color: #F896CA;
}
</style>