Shades of Tea Rose #F88AD1
Tints of Tea Rose #F88AD1
RGB
CMYK
RGB Variations
Color information
#F88AD1 (or 0xF88AD1) is known color: Tea Rose. HEX triplet: F8, 8A and D1. RGB value is (248,138,209). Sum of RGB (Red+Green+Blue) = 248+138+209=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88AD1 is #07752E. Grayscale: #B2B2B2. Windows color (decimal): -488751 or 13732600. OLE color: 13732600.
HSL color Cylindrical-coordinate representation of color #F88AD1: hue angle of 321.27º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88AD1 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 209 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.03 |
| HSL | 321.27º | 0.89% | 0.76% | - |
| HSV(B) | 321.27º | 0.44% | 0.97% | - |
| XYZ | 59.31 | 42.74 | 65.44 | - |
| YUV | 178.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 209 | 0 | 0.44 | 0.16 | 0.03 | 321.27 | 0.89 | 0.76 |
| Hex | F8 | 8A | D1 | 0 | 2C | 10 | 3 | 141 | 59 | 4C |
| Octal | 370 | 212 | 321 | 0 | 54 | 20 | 3 | 501 | 131 | 114 |
| Binary | 11111000 | 10001010 | 11010001 | 0 | 101100 | 10000 | 11 | 101000001 | 1011001 | 1001100 |
Color Harmonies of #F88AD1
Complementary color
Monochromatic Colors of #F88AD1
Black with #F88AD1
Text Example
Text Example
White with #F88AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88AD1; }
p { color: rgb(248,138,209); }
H1.HeaderClassName
{
color: #F88AD1;
}
.AnyTagClassName
{
color: #F88AD1;
}
</style>
background-color css
<style>
a { background-color: #F88AD1; }
a { background-color: rgb(248,138,209); }
div.DivClassName
{
background-color: #F88AD1;
}
.BgClassName
{
background-color: #F88AD1;
}
</style>
border-color css
<style>
span { border-color: #F88AD1; }
span { border-color: rgb(248,138,209); }
td.TdClassName
{
border-color: #F88AD1;
}
.TagClassName
{
border-color: #F88AD1;
}
</style>