Shades of Tea Rose #F880D0
Tints of Tea Rose #F880D0
RGB
CMYK
RGB Variations
Color information
#F880D0 (or 0xF880D0) is known color: Tea Rose. HEX triplet: F8, 80 and D0. RGB value is (248,128,208). Sum of RGB (Red+Green+Blue) = 248+128+208=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F880D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880D0 is #077F2F. Grayscale: #ACACAC. Windows color (decimal): -491312 or 13664504. OLE color: 13664504.
HSL color Cylindrical-coordinate representation of color #F880D0: hue angle of 320º degrees, saturation: 0.9, 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 #F880D0 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 208 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.03 |
| HSL | 320º | 0.9% | 0.74% | - |
| HSV(B) | 320º | 0.48% | 0.97% | - |
| XYZ | 57.82 | 39.95 | 64.34 | - |
| YUV | 173 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 208 | 0 | 0.48 | 0.16 | 0.03 | 320 | 0.9 | 0.74 |
| Hex | F8 | 80 | D0 | 0 | 30 | 10 | 3 | 140 | 5A | 4A |
| Octal | 370 | 200 | 320 | 0 | 60 | 20 | 3 | 500 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11010000 | 0 | 110000 | 10000 | 11 | 101000000 | 1011010 | 1001010 |
Color Harmonies of #F880D0
Complementary color
Monochromatic Colors of #F880D0
Black with #F880D0
Text Example
Text Example
White with #F880D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880D0; }
p { color: rgb(248,128,208); }
H1.HeaderClassName
{
color: #F880D0;
}
.AnyTagClassName
{
color: #F880D0;
}
</style>
background-color css
<style>
a { background-color: #F880D0; }
a { background-color: rgb(248,128,208); }
div.DivClassName
{
background-color: #F880D0;
}
.BgClassName
{
background-color: #F880D0;
}
</style>
border-color css
<style>
span { border-color: #F880D0; }
span { border-color: rgb(248,128,208); }
td.TdClassName
{
border-color: #F880D0;
}
.TagClassName
{
border-color: #F880D0;
}
</style>