Shades of Tea Rose #FF88D2
Tints of Tea Rose #FF88D2
RGB
CMYK
RGB Variations
Color information
#FF88D2 (or 0xFF88D2) is known color: Tea Rose. HEX triplet: FF, 88 and D2. RGB value is (255,136,210). Sum of RGB (Red+Green+Blue) = 255+136+210=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 136 (53.52% from 255 or 22.63% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88D2 is #00772D. Grayscale: #B3B3B3. Windows color (decimal): -30510 or 13797631. OLE color: 13797631.
HSL color Cylindrical-coordinate representation of color #FF88D2: hue angle of 322.69º 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 #FF88D2 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 210 | - |
| CMYK | 0 | 0.47 | 0.18 | 0 |
| HSL | 322.69º | 1% | 0.77% | - |
| HSV(B) | 322.69º | 0.47% | 1% | - |
| XYZ | 61.68 | 43.52 | 66.12 | - |
| YUV | 180.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 210 | 0 | 0.47 | 0.18 | 0 | 322.69 | 1 | 0.77 |
| Hex | FF | 88 | D2 | 0 | 2F | 12 | 0 | 143 | 64 | 4D |
| Octal | 377 | 210 | 322 | 0 | 57 | 22 | 0 | 503 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11010010 | 0 | 101111 | 10010 | 0 | 101000011 | 1100100 | 1001101 |
Color Harmonies of #FF88D2
Complementary color
Monochromatic Colors of #FF88D2
Black with #FF88D2
Text Example
Text Example
White with #FF88D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88D2; }
p { color: rgb(255,136,210); }
H1.HeaderClassName
{
color: #FF88D2;
}
.AnyTagClassName
{
color: #FF88D2;
}
</style>
background-color css
<style>
a { background-color: #FF88D2; }
a { background-color: rgb(255,136,210); }
div.DivClassName
{
background-color: #FF88D2;
}
.BgClassName
{
background-color: #FF88D2;
}
</style>
border-color css
<style>
span { border-color: #FF88D2; }
span { border-color: rgb(255,136,210); }
td.TdClassName
{
border-color: #FF88D2;
}
.TagClassName
{
border-color: #FF88D2;
}
</style>