Shades of Tea Rose #F882CE
Tints of Tea Rose #F882CE
RGB
CMYK
RGB Variations
Color information
#F882CE (or 0xF882CE) is known color: Tea Rose. HEX triplet: F8, 82 and CE. RGB value is (248,130,206). Sum of RGB (Red+Green+Blue) = 248+130+206=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F882CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882CE is #077D31. Grayscale: #ADADAD. Windows color (decimal): -490802 or 13533944. OLE color: 13533944.
HSL color Cylindrical-coordinate representation of color #F882CE: hue angle of 321.36º 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 #F882CE is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 206 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.03 |
| HSL | 321.36º | 0.89% | 0.74% | - |
| HSV(B) | 321.36º | 0.48% | 0.97% | - |
| XYZ | 57.83 | 40.38 | 63.14 | - |
| YUV | 173.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 206 | 0 | 0.48 | 0.17 | 0.03 | 321.36 | 0.89 | 0.74 |
| Hex | F8 | 82 | CE | 0 | 30 | 11 | 3 | 141 | 59 | 4A |
| Octal | 370 | 202 | 316 | 0 | 60 | 21 | 3 | 501 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11001110 | 0 | 110000 | 10001 | 11 | 101000001 | 1011001 | 1001010 |
Color Harmonies of #F882CE
Complementary color
Monochromatic Colors of #F882CE
Black with #F882CE
Text Example
Text Example
White with #F882CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882CE; }
p { color: rgb(248,130,206); }
H1.HeaderClassName
{
color: #F882CE;
}
.AnyTagClassName
{
color: #F882CE;
}
</style>
background-color css
<style>
a { background-color: #F882CE; }
a { background-color: rgb(248,130,206); }
div.DivClassName
{
background-color: #F882CE;
}
.BgClassName
{
background-color: #F882CE;
}
</style>
border-color css
<style>
span { border-color: #F882CE; }
span { border-color: rgb(248,130,206); }
td.TdClassName
{
border-color: #F882CE;
}
.TagClassName
{
border-color: #F882CE;
}
</style>