Shades of Tea Rose #FF88C3
Tints of Tea Rose #FF88C3
RGB
CMYK
RGB Variations
Color information
#FF88C3 (or 0xFF88C3) is known color: Tea Rose. HEX triplet: FF, 88 and C3. RGB value is (255,136,195). Sum of RGB (Red+Green+Blue) = 255+136+195=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88C3 is #00773C. Grayscale: #B2B2B2. Windows color (decimal): -30525 or 12814591. OLE color: 12814591.
HSL color Cylindrical-coordinate representation of color #FF88C3: hue angle of 330.25º 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 #FF88C3 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 195 | - |
| CMYK | 0 | 0.47 | 0.24 | 0 |
| HSL | 330.25º | 1% | 0.77% | - |
| HSV(B) | 330.25º | 0.47% | 1% | - |
| XYZ | 59.89 | 42.81 | 56.74 | - |
| YUV | 178.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 195 | 0 | 0.47 | 0.24 | 0 | 330.25 | 1 | 0.77 |
| Hex | FF | 88 | C3 | 0 | 2F | 18 | 0 | 14A | 64 | 4D |
| Octal | 377 | 210 | 303 | 0 | 57 | 30 | 0 | 512 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11000011 | 0 | 101111 | 11000 | 0 | 101001010 | 1100100 | 1001101 |
Color Harmonies of #FF88C3
Complementary color
Monochromatic Colors of #FF88C3
Black with #FF88C3
Text Example
Text Example
White with #FF88C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88C3; }
p { color: rgb(255,136,195); }
H1.HeaderClassName
{
color: #FF88C3;
}
.AnyTagClassName
{
color: #FF88C3;
}
</style>
background-color css
<style>
a { background-color: #FF88C3; }
a { background-color: rgb(255,136,195); }
div.DivClassName
{
background-color: #FF88C3;
}
.BgClassName
{
background-color: #FF88C3;
}
</style>
border-color css
<style>
span { border-color: #FF88C3; }
span { border-color: rgb(255,136,195); }
td.TdClassName
{
border-color: #FF88C3;
}
.TagClassName
{
border-color: #FF88C3;
}
</style>