Shades of Tea Rose #FF88C9
Tints of Tea Rose #FF88C9
RGB
CMYK
RGB Variations
Color information
#FF88C9 (or 0xFF88C9) is known color: Tea Rose. HEX triplet: FF, 88 and C9. RGB value is (255,136,201). Sum of RGB (Red+Green+Blue) = 255+136+201=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 136 (53.52% from 255 or 22.97% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88C9 is #007736. Grayscale: #B2B2B2. Windows color (decimal): -30519 or 13207807. OLE color: 13207807.
HSL color Cylindrical-coordinate representation of color #FF88C9: hue angle of 327.23º 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 #FF88C9 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 201 | - |
| CMYK | 0 | 0.47 | 0.21 | 0 |
| HSL | 327.23º | 1% | 0.77% | - |
| HSV(B) | 327.23º | 0.47% | 1% | - |
| XYZ | 60.59 | 43.09 | 60.38 | - |
| YUV | 178.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 201 | 0 | 0.47 | 0.21 | 0 | 327.23 | 1 | 0.77 |
| Hex | FF | 88 | C9 | 0 | 2F | 15 | 0 | 147 | 64 | 4D |
| Octal | 377 | 210 | 311 | 0 | 57 | 25 | 0 | 507 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11001001 | 0 | 101111 | 10101 | 0 | 101000111 | 1100100 | 1001101 |
Color Harmonies of #FF88C9
Complementary color
Monochromatic Colors of #FF88C9
Black with #FF88C9
Text Example
Text Example
White with #FF88C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88C9; }
p { color: rgb(255,136,201); }
H1.HeaderClassName
{
color: #FF88C9;
}
.AnyTagClassName
{
color: #FF88C9;
}
</style>
background-color css
<style>
a { background-color: #FF88C9; }
a { background-color: rgb(255,136,201); }
div.DivClassName
{
background-color: #FF88C9;
}
.BgClassName
{
background-color: #FF88C9;
}
</style>
border-color css
<style>
span { border-color: #FF88C9; }
span { border-color: rgb(255,136,201); }
td.TdClassName
{
border-color: #FF88C9;
}
.TagClassName
{
border-color: #FF88C9;
}
</style>