Shades of Tea Rose #FF88C4
Tints of Tea Rose #FF88C4
RGB
CMYK
RGB Variations
Color information
#FF88C4 (or 0xFF88C4) is known color: Tea Rose. HEX triplet: FF, 88 and C4. RGB value is (255,136,196). Sum of RGB (Red+Green+Blue) = 255+136+196=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88C4 is #00773B. Grayscale: #B2B2B2. Windows color (decimal): -30524 or 12880127. OLE color: 12880127.
HSL color Cylindrical-coordinate representation of color #FF88C4: hue angle of 329.75º 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 #FF88C4 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 196 | - |
| CMYK | 0 | 0.47 | 0.23 | 0 |
| HSL | 329.75º | 1% | 0.77% | - |
| HSV(B) | 329.75º | 0.47% | 1% | - |
| XYZ | 60.01 | 42.85 | 57.33 | - |
| YUV | 178.42 | 137.92 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 196 | 0 | 0.47 | 0.23 | 0 | 329.75 | 1 | 0.77 |
| Hex | FF | 88 | C4 | 0 | 2F | 17 | 0 | 14A | 64 | 4D |
| Octal | 377 | 210 | 304 | 0 | 57 | 27 | 0 | 512 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11000100 | 0 | 101111 | 10111 | 0 | 101001010 | 1100100 | 1001101 |
Color Harmonies of #FF88C4
Complementary color
Monochromatic Colors of #FF88C4
Black with #FF88C4
Text Example
Text Example
White with #FF88C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88C4; }
p { color: rgb(255,136,196); }
H1.HeaderClassName
{
color: #FF88C4;
}
.AnyTagClassName
{
color: #FF88C4;
}
</style>
background-color css
<style>
a { background-color: #FF88C4; }
a { background-color: rgb(255,136,196); }
div.DivClassName
{
background-color: #FF88C4;
}
.BgClassName
{
background-color: #FF88C4;
}
</style>
border-color css
<style>
span { border-color: #FF88C4; }
span { border-color: rgb(255,136,196); }
td.TdClassName
{
border-color: #FF88C4;
}
.TagClassName
{
border-color: #FF88C4;
}
</style>