Shades of Tea Rose #F882D0
Tints of Tea Rose #F882D0
RGB
CMYK
RGB Variations
Color information
#F882D0 (or 0xF882D0) is known color: Tea Rose. HEX triplet: F8, 82 and D0. RGB value is (248,130,208). Sum of RGB (Red+Green+Blue) = 248+130+208=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F882D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882D0 is #077D2F. Grayscale: #ADADAD. Windows color (decimal): -490800 or 13665016. OLE color: 13665016.
HSL color Cylindrical-coordinate representation of color #F882D0: hue angle of 320.34º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F882D0 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 208 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.03 |
| HSL | 320.34º | 0.89% | 0.74% | - |
| HSV(B) | 320.34º | 0.48% | 0.97% | - |
| XYZ | 58.08 | 40.48 | 64.43 | - |
| YUV | 174.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 208 | 0 | 0.48 | 0.16 | 0.03 | 320.34 | 0.89 | 0.74 |
| Hex | F8 | 82 | D0 | 0 | 30 | 10 | 3 | 140 | 59 | 4A |
| Octal | 370 | 202 | 320 | 0 | 60 | 20 | 3 | 500 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11010000 | 0 | 110000 | 10000 | 11 | 101000000 | 1011001 | 1001010 |
Color Harmonies of #F882D0
Complementary color
Monochromatic Colors of #F882D0
Black with #F882D0
Text Example
Text Example
White with #F882D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882D0; }
p { color: rgb(248,130,208); }
H1.HeaderClassName
{
color: #F882D0;
}
.AnyTagClassName
{
color: #F882D0;
}
</style>
background-color css
<style>
a { background-color: #F882D0; }
a { background-color: rgb(248,130,208); }
div.DivClassName
{
background-color: #F882D0;
}
.BgClassName
{
background-color: #F882D0;
}
</style>
border-color css
<style>
span { border-color: #F882D0; }
span { border-color: rgb(248,130,208); }
td.TdClassName
{
border-color: #F882D0;
}
.TagClassName
{
border-color: #F882D0;
}
</style>