Shades of Tea Rose #F892CC
Tints of Tea Rose #F892CC
RGB
CMYK
RGB Variations
Color information
#F892CC (or 0xF892CC) is known color: Tea Rose. HEX triplet: F8, 92 and CC. RGB value is (248,146,204). Sum of RGB (Red+Green+Blue) = 248+146+204=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F892CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892CC is #076D33. Grayscale: #B6B6B6. Windows color (decimal): -486708 or 13406968. OLE color: 13406968.
HSL color Cylindrical-coordinate representation of color #F892CC: hue angle of 325.88º 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 #F892CC is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 204 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.03 |
| HSL | 325.88º | 0.88% | 0.77% | - |
| HSV(B) | 325.88º | 0.41% | 0.97% | - |
| XYZ | 59.89 | 44.87 | 62.63 | - |
| YUV | 183.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 204 | 0 | 0.41 | 0.18 | 0.03 | 325.88 | 0.88 | 0.77 |
| Hex | F8 | 92 | CC | 0 | 29 | 12 | 3 | 146 | 58 | 4D |
| Octal | 370 | 222 | 314 | 0 | 51 | 22 | 3 | 506 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11001100 | 0 | 101001 | 10010 | 11 | 101000110 | 1011000 | 1001101 |
Color Harmonies of #F892CC
Complementary color
Monochromatic Colors of #F892CC
Black with #F892CC
Text Example
Text Example
White with #F892CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892CC; }
p { color: rgb(248,146,204); }
H1.HeaderClassName
{
color: #F892CC;
}
.AnyTagClassName
{
color: #F892CC;
}
</style>
background-color css
<style>
a { background-color: #F892CC; }
a { background-color: rgb(248,146,204); }
div.DivClassName
{
background-color: #F892CC;
}
.BgClassName
{
background-color: #F892CC;
}
</style>
border-color css
<style>
span { border-color: #F892CC; }
span { border-color: rgb(248,146,204); }
td.TdClassName
{
border-color: #F892CC;
}
.TagClassName
{
border-color: #F892CC;
}
</style>