Shades of Tea Rose #F888D3
Tints of Tea Rose #F888D3
RGB
CMYK
RGB Variations
Color information
#F888D3 (or 0xF888D3) is known color: Tea Rose. HEX triplet: F8, 88 and D3. RGB value is (248,136,211). Sum of RGB (Red+Green+Blue) = 248+136+211=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 136 (53.52% from 255 or 22.86% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F888D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888D3 is #07772C. Grayscale: #B1B1B1. Windows color (decimal): -489261 or 13863160. OLE color: 13863160.
HSL color Cylindrical-coordinate representation of color #F888D3: hue angle of 319.82º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888D3 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 211 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.03 |
| HSL | 319.82º | 0.89% | 0.75% | - |
| HSV(B) | 319.82º | 0.45% | 0.97% | - |
| XYZ | 59.27 | 42.27 | 66.66 | - |
| YUV | 178.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 211 | 0 | 0.45 | 0.15 | 0.03 | 319.82 | 0.89 | 0.75 |
| Hex | F8 | 88 | D3 | 0 | 2D | F | 3 | 140 | 59 | 4B |
| Octal | 370 | 210 | 323 | 0 | 55 | 17 | 3 | 500 | 131 | 113 |
| Binary | 11111000 | 10001000 | 11010011 | 0 | 101101 | 1111 | 11 | 101000000 | 1011001 | 1001011 |
Color Harmonies of #F888D3
Complementary color
Monochromatic Colors of #F888D3
Black with #F888D3
Text Example
Text Example
White with #F888D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888D3; }
p { color: rgb(248,136,211); }
H1.HeaderClassName
{
color: #F888D3;
}
.AnyTagClassName
{
color: #F888D3;
}
</style>
background-color css
<style>
a { background-color: #F888D3; }
a { background-color: rgb(248,136,211); }
div.DivClassName
{
background-color: #F888D3;
}
.BgClassName
{
background-color: #F888D3;
}
</style>
border-color css
<style>
span { border-color: #F888D3; }
span { border-color: rgb(248,136,211); }
td.TdClassName
{
border-color: #F888D3;
}
.TagClassName
{
border-color: #F888D3;
}
</style>