Shades of Tea Rose #F88AD2
Tints of Tea Rose #F88AD2
RGB
CMYK
RGB Variations
Color information
#F88AD2 (or 0xF88AD2) is known color: Tea Rose. HEX triplet: F8, 8A and D2. RGB value is (248,138,210). Sum of RGB (Red+Green+Blue) = 248+138+210=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F88AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88AD2 is #07752D. Grayscale: #B2B2B2. Windows color (decimal): -488750 or 13798136. OLE color: 13798136.
HSL color Cylindrical-coordinate representation of color #F88AD2: hue angle of 320.73º 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 #F88AD2 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 138 | 210 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.03 |
| HSL | 320.73º | 0.89% | 0.76% | - |
| HSV(B) | 320.73º | 0.44% | 0.97% | - |
| XYZ | 59.43 | 42.79 | 66.1 | - |
| YUV | 179.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 138 | 210 | 0 | 0.44 | 0.15 | 0.03 | 320.73 | 0.89 | 0.76 |
| Hex | F8 | 8A | D2 | 0 | 2C | F | 3 | 141 | 59 | 4C |
| Octal | 370 | 212 | 322 | 0 | 54 | 17 | 3 | 501 | 131 | 114 |
| Binary | 11111000 | 10001010 | 11010010 | 0 | 101100 | 1111 | 11 | 101000001 | 1011001 | 1001100 |
Color Harmonies of #F88AD2
Complementary color
Monochromatic Colors of #F88AD2
Black with #F88AD2
Text Example
Text Example
White with #F88AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88AD2; }
p { color: rgb(248,138,210); }
H1.HeaderClassName
{
color: #F88AD2;
}
.AnyTagClassName
{
color: #F88AD2;
}
</style>
background-color css
<style>
a { background-color: #F88AD2; }
a { background-color: rgb(248,138,210); }
div.DivClassName
{
background-color: #F88AD2;
}
.BgClassName
{
background-color: #F88AD2;
}
</style>
border-color css
<style>
span { border-color: #F88AD2; }
span { border-color: rgb(248,138,210); }
td.TdClassName
{
border-color: #F88AD2;
}
.TagClassName
{
border-color: #F88AD2;
}
</style>