Shades of Tea Rose #FF88C7
Tints of Tea Rose #FF88C7
RGB
CMYK
RGB Variations
Color information
#FF88C7 (or 0xFF88C7) is known color: Tea Rose. HEX triplet: FF, 88 and C7. RGB value is (255,136,199). Sum of RGB (Red+Green+Blue) = 255+136+199=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 136 (53.52% from 255 or 23.05% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88C7 is #007738. Grayscale: #B2B2B2. Windows color (decimal): -30521 or 13076735. OLE color: 13076735.
HSL color Cylindrical-coordinate representation of color #FF88C7: hue angle of 328.24º 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 #FF88C7 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 199 | - |
| CMYK | 0 | 0.47 | 0.22 | 0 |
| HSL | 328.24º | 1% | 0.77% | - |
| HSV(B) | 328.24º | 0.47% | 1% | - |
| XYZ | 60.35 | 42.99 | 59.15 | - |
| YUV | 178.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 199 | 0 | 0.47 | 0.22 | 0 | 328.24 | 1 | 0.77 |
| Hex | FF | 88 | C7 | 0 | 2F | 16 | 0 | 148 | 64 | 4D |
| Octal | 377 | 210 | 307 | 0 | 57 | 26 | 0 | 510 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11000111 | 0 | 101111 | 10110 | 0 | 101001000 | 1100100 | 1001101 |
Color Harmonies of #FF88C7
Complementary color
Monochromatic Colors of #FF88C7
Black with #FF88C7
Text Example
Text Example
White with #FF88C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88C7; }
p { color: rgb(255,136,199); }
H1.HeaderClassName
{
color: #FF88C7;
}
.AnyTagClassName
{
color: #FF88C7;
}
</style>
background-color css
<style>
a { background-color: #FF88C7; }
a { background-color: rgb(255,136,199); }
div.DivClassName
{
background-color: #FF88C7;
}
.BgClassName
{
background-color: #FF88C7;
}
</style>
border-color css
<style>
span { border-color: #FF88C7; }
span { border-color: rgb(255,136,199); }
td.TdClassName
{
border-color: #FF88C7;
}
.TagClassName
{
border-color: #FF88C7;
}
</style>