Shades of Tea Rose #F892D2
Tints of Tea Rose #F892D2
RGB
CMYK
RGB Variations
Color information
#F892D2 (or 0xF892D2) is known color: Tea Rose. HEX triplet: F8, 92 and D2. RGB value is (248,146,210). Sum of RGB (Red+Green+Blue) = 248+146+210=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F892D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892D2 is #076D2D. Grayscale: #B7B7B7. Windows color (decimal): -486702 or 13800184. OLE color: 13800184.
HSL color Cylindrical-coordinate representation of color #F892D2: hue angle of 322.35º 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 #F892D2 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 210 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.03 |
| HSL | 322.35º | 0.88% | 0.77% | - |
| HSV(B) | 322.35º | 0.41% | 0.97% | - |
| XYZ | 60.62 | 45.17 | 66.5 | - |
| YUV | 183.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 210 | 0 | 0.41 | 0.15 | 0.03 | 322.35 | 0.88 | 0.77 |
| Hex | F8 | 92 | D2 | 0 | 29 | F | 3 | 142 | 58 | 4D |
| Octal | 370 | 222 | 322 | 0 | 51 | 17 | 3 | 502 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11010010 | 0 | 101001 | 1111 | 11 | 101000010 | 1011000 | 1001101 |
Color Harmonies of #F892D2
Complementary color
Monochromatic Colors of #F892D2
Black with #F892D2
Text Example
Text Example
White with #F892D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892D2; }
p { color: rgb(248,146,210); }
H1.HeaderClassName
{
color: #F892D2;
}
.AnyTagClassName
{
color: #F892D2;
}
</style>
background-color css
<style>
a { background-color: #F892D2; }
a { background-color: rgb(248,146,210); }
div.DivClassName
{
background-color: #F892D2;
}
.BgClassName
{
background-color: #F892D2;
}
</style>
border-color css
<style>
span { border-color: #F892D2; }
span { border-color: rgb(248,146,210); }
td.TdClassName
{
border-color: #F892D2;
}
.TagClassName
{
border-color: #F892D2;
}
</style>