Shades of Tea Rose #FF8CC9
Tints of Tea Rose #FF8CC9
RGB
CMYK
RGB Variations
Color information
#FF8CC9 (or 0xFF8CC9) is known color: Tea Rose. HEX triplet: FF, 8C and C9. RGB value is (255,140,201). Sum of RGB (Red+Green+Blue) = 255+140+201=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CC9 is #007336. Grayscale: #B5B5B5. Windows color (decimal): -29495 or 13208831. OLE color: 13208831.
HSL color Cylindrical-coordinate representation of color #FF8CC9: hue angle of 328.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8CC9 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 201 | - |
| CMYK | 0 | 0.45 | 0.21 | 0 |
| HSL | 328.17º | 1% | 0.77% | - |
| HSV(B) | 328.17º | 0.45% | 1% | - |
| XYZ | 61.16 | 44.23 | 60.57 | - |
| YUV | 181.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 201 | 0 | 0.45 | 0.21 | 0 | 328.17 | 1 | 0.77 |
| Hex | FF | 8C | C9 | 0 | 2D | 15 | 0 | 148 | 64 | 4D |
| Octal | 377 | 214 | 311 | 0 | 55 | 25 | 0 | 510 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11001001 | 0 | 101101 | 10101 | 0 | 101001000 | 1100100 | 1001101 |
Color Harmonies of #FF8CC9
Complementary color
Monochromatic Colors of #FF8CC9
Black with #FF8CC9
Text Example
Text Example
White with #FF8CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CC9; }
p { color: rgb(255,140,201); }
H1.HeaderClassName
{
color: #FF8CC9;
}
.AnyTagClassName
{
color: #FF8CC9;
}
</style>
background-color css
<style>
a { background-color: #FF8CC9; }
a { background-color: rgb(255,140,201); }
div.DivClassName
{
background-color: #FF8CC9;
}
.BgClassName
{
background-color: #FF8CC9;
}
</style>
border-color css
<style>
span { border-color: #FF8CC9; }
span { border-color: rgb(255,140,201); }
td.TdClassName
{
border-color: #FF8CC9;
}
.TagClassName
{
border-color: #FF8CC9;
}
</style>