Shades of Tea Rose #F882D3
Tints of Tea Rose #F882D3
RGB
CMYK
RGB Variations
Color information
#F882D3 (or 0xF882D3) is known color: Tea Rose. HEX triplet: F8, 82 and D3. RGB value is (248,130,211). Sum of RGB (Red+Green+Blue) = 248+130+211=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F882D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882D3 is #077D2C. Grayscale: #AEAEAE. Windows color (decimal): -490797 or 13861624. OLE color: 13861624.
HSL color Cylindrical-coordinate representation of color #F882D3: hue angle of 318.81º 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 #F882D3 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 211 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.03 |
| HSL | 318.81º | 0.89% | 0.74% | - |
| HSV(B) | 318.81º | 0.48% | 0.97% | - |
| XYZ | 58.45 | 40.62 | 66.39 | - |
| YUV | 174.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 211 | 0 | 0.48 | 0.15 | 0.03 | 318.81 | 0.89 | 0.74 |
| Hex | F8 | 82 | D3 | 0 | 30 | F | 3 | 13F | 59 | 4A |
| Octal | 370 | 202 | 323 | 0 | 60 | 17 | 3 | 477 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11010011 | 0 | 110000 | 1111 | 11 | 100111111 | 1011001 | 1001010 |
Color Harmonies of #F882D3
Complementary color
Monochromatic Colors of #F882D3
Black with #F882D3
Text Example
Text Example
White with #F882D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882D3; }
p { color: rgb(248,130,211); }
H1.HeaderClassName
{
color: #F882D3;
}
.AnyTagClassName
{
color: #F882D3;
}
</style>
background-color css
<style>
a { background-color: #F882D3; }
a { background-color: rgb(248,130,211); }
div.DivClassName
{
background-color: #F882D3;
}
.BgClassName
{
background-color: #F882D3;
}
</style>
border-color css
<style>
span { border-color: #F882D3; }
span { border-color: rgb(248,130,211); }
td.TdClassName
{
border-color: #F882D3;
}
.TagClassName
{
border-color: #F882D3;
}
</style>