Shades of Tea Rose #F88FCD
Tints of Tea Rose #F88FCD
RGB
CMYK
RGB Variations
Color information
#F88FCD (or 0xF88FCD) is known color: Tea Rose. HEX triplet: F8, 8F and CD. RGB value is (248,143,205). Sum of RGB (Red+Green+Blue) = 248+143+205=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FCD is #077032. Grayscale: #B5B5B5. Windows color (decimal): -487475 or 13471736. OLE color: 13471736.
HSL color Cylindrical-coordinate representation of color #F88FCD: hue angle of 324.57º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FCD is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 205 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.03 |
| HSL | 324.57º | 0.88% | 0.77% | - |
| HSV(B) | 324.57º | 0.42% | 0.97% | - |
| XYZ | 59.55 | 44.01 | 63.11 | - |
| YUV | 181.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 205 | 0 | 0.42 | 0.17 | 0.03 | 324.57 | 0.88 | 0.77 |
| Hex | F8 | 8F | CD | 0 | 2A | 11 | 3 | 145 | 58 | 4D |
| Octal | 370 | 217 | 315 | 0 | 52 | 21 | 3 | 505 | 130 | 115 |
| Binary | 11111000 | 10001111 | 11001101 | 0 | 101010 | 10001 | 11 | 101000101 | 1011000 | 1001101 |
Color Harmonies of #F88FCD
Complementary color
Monochromatic Colors of #F88FCD
Black with #F88FCD
Text Example
Text Example
White with #F88FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FCD; }
p { color: rgb(248,143,205); }
H1.HeaderClassName
{
color: #F88FCD;
}
.AnyTagClassName
{
color: #F88FCD;
}
</style>
background-color css
<style>
a { background-color: #F88FCD; }
a { background-color: rgb(248,143,205); }
div.DivClassName
{
background-color: #F88FCD;
}
.BgClassName
{
background-color: #F88FCD;
}
</style>
border-color css
<style>
span { border-color: #F88FCD; }
span { border-color: rgb(248,143,205); }
td.TdClassName
{
border-color: #F88FCD;
}
.TagClassName
{
border-color: #F88FCD;
}
</style>