Shades of Tea Rose #FF88D0
Tints of Tea Rose #FF88D0
RGB
CMYK
RGB Variations
Color information
#FF88D0 (or 0xFF88D0) is known color: Tea Rose. HEX triplet: FF, 88 and D0. RGB value is (255,136,208). Sum of RGB (Red+Green+Blue) = 255+136+208=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88D0 is #00772F. Grayscale: #B3B3B3. Windows color (decimal): -30512 or 13666559. OLE color: 13666559.
HSL color Cylindrical-coordinate representation of color #FF88D0: hue angle of 323.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88D0 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 208 | - |
| CMYK | 0 | 0.47 | 0.18 | 0 |
| HSL | 323.7º | 1% | 0.77% | - |
| HSV(B) | 323.7º | 0.47% | 1% | - |
| XYZ | 61.43 | 43.42 | 64.82 | - |
| YUV | 179.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 208 | 0 | 0.47 | 0.18 | 0 | 323.7 | 1 | 0.77 |
| Hex | FF | 88 | D0 | 0 | 2F | 12 | 0 | 144 | 64 | 4D |
| Octal | 377 | 210 | 320 | 0 | 57 | 22 | 0 | 504 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11010000 | 0 | 101111 | 10010 | 0 | 101000100 | 1100100 | 1001101 |
Color Harmonies of #FF88D0
Complementary color
Monochromatic Colors of #FF88D0
Black with #FF88D0
Text Example
Text Example
White with #FF88D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88D0; }
p { color: rgb(255,136,208); }
H1.HeaderClassName
{
color: #FF88D0;
}
.AnyTagClassName
{
color: #FF88D0;
}
</style>
background-color css
<style>
a { background-color: #FF88D0; }
a { background-color: rgb(255,136,208); }
div.DivClassName
{
background-color: #FF88D0;
}
.BgClassName
{
background-color: #FF88D0;
}
</style>
border-color css
<style>
span { border-color: #FF88D0; }
span { border-color: rgb(255,136,208); }
td.TdClassName
{
border-color: #FF88D0;
}
.TagClassName
{
border-color: #FF88D0;
}
</style>