Shades of Tea Rose #F88DCA
Tints of Tea Rose #F88DCA
RGB
CMYK
RGB Variations
Color information
#F88DCA (or 0xF88DCA) is known color: Tea Rose. HEX triplet: F8, 8D and CA. RGB value is (248,141,202). Sum of RGB (Red+Green+Blue) = 248+141+202=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DCA is #077235. Grayscale: #B3B3B3. Windows color (decimal): -487990 or 13274616. OLE color: 13274616.
HSL color Cylindrical-coordinate representation of color #F88DCA: hue angle of 325.79º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DCA is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 202 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.03 |
| HSL | 325.79º | 0.88% | 0.76% | - |
| HSV(B) | 325.79º | 0.43% | 0.97% | - |
| XYZ | 58.9 | 43.27 | 61.12 | - |
| YUV | 179.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 202 | 0 | 0.43 | 0.19 | 0.03 | 325.79 | 0.88 | 0.76 |
| Hex | F8 | 8D | CA | 0 | 2B | 13 | 3 | 146 | 58 | 4C |
| Octal | 370 | 215 | 312 | 0 | 53 | 23 | 3 | 506 | 130 | 114 |
| Binary | 11111000 | 10001101 | 11001010 | 0 | 101011 | 10011 | 11 | 101000110 | 1011000 | 1001100 |
Color Harmonies of #F88DCA
Complementary color
Monochromatic Colors of #F88DCA
Black with #F88DCA
Text Example
Text Example
White with #F88DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DCA; }
p { color: rgb(248,141,202); }
H1.HeaderClassName
{
color: #F88DCA;
}
.AnyTagClassName
{
color: #F88DCA;
}
</style>
background-color css
<style>
a { background-color: #F88DCA; }
a { background-color: rgb(248,141,202); }
div.DivClassName
{
background-color: #F88DCA;
}
.BgClassName
{
background-color: #F88DCA;
}
</style>
border-color css
<style>
span { border-color: #F88DCA; }
span { border-color: rgb(248,141,202); }
td.TdClassName
{
border-color: #F88DCA;
}
.TagClassName
{
border-color: #F88DCA;
}
</style>