Shades of Tea Rose #F892D0
Tints of Tea Rose #F892D0
RGB
CMYK
RGB Variations
Color information
#F892D0 (or 0xF892D0) is known color: Tea Rose. HEX triplet: F8, 92 and D0. RGB value is (248,146,208). Sum of RGB (Red+Green+Blue) = 248+146+208=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F892D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892D0 is #076D2F. Grayscale: #B7B7B7. Windows color (decimal): -486704 or 13669112. OLE color: 13669112.
HSL color Cylindrical-coordinate representation of color #F892D0: hue angle of 323.53º 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 #F892D0 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 208 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.03 |
| HSL | 323.53º | 0.88% | 0.77% | - |
| HSV(B) | 323.53º | 0.41% | 0.97% | - |
| XYZ | 60.38 | 45.07 | 65.19 | - |
| YUV | 183.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 208 | 0 | 0.41 | 0.16 | 0.03 | 323.53 | 0.88 | 0.77 |
| Hex | F8 | 92 | D0 | 0 | 29 | 10 | 3 | 144 | 58 | 4D |
| Octal | 370 | 222 | 320 | 0 | 51 | 20 | 3 | 504 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11010000 | 0 | 101001 | 10000 | 11 | 101000100 | 1011000 | 1001101 |
Color Harmonies of #F892D0
Complementary color
Monochromatic Colors of #F892D0
Black with #F892D0
Text Example
Text Example
White with #F892D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892D0; }
p { color: rgb(248,146,208); }
H1.HeaderClassName
{
color: #F892D0;
}
.AnyTagClassName
{
color: #F892D0;
}
</style>
background-color css
<style>
a { background-color: #F892D0; }
a { background-color: rgb(248,146,208); }
div.DivClassName
{
background-color: #F892D0;
}
.BgClassName
{
background-color: #F892D0;
}
</style>
border-color css
<style>
span { border-color: #F892D0; }
span { border-color: rgb(248,146,208); }
td.TdClassName
{
border-color: #F892D0;
}
.TagClassName
{
border-color: #F892D0;
}
</style>