Shades of Tea Rose #FF8CD5
Tints of Tea Rose #FF8CD5
RGB
CMYK
RGB Variations
Color information
#FF8CD5 (or 0xFF8CD5) is known color: Tea Rose. HEX triplet: FF, 8C and D5. RGB value is (255,140,213). Sum of RGB (Red+Green+Blue) = 255+140+213=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 140 (55.08% from 255 or 23.03% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CD5 is #00732A. Grayscale: #B6B6B6. Windows color (decimal): -29483 or 13995263. OLE color: 13995263.
HSL color Cylindrical-coordinate representation of color #FF8CD5: hue angle of 321.91º 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 #FF8CD5 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 213 | - |
| CMYK | 0 | 0.45 | 0.16 | 0 |
| HSL | 321.91º | 1% | 0.77% | - |
| HSV(B) | 321.91º | 0.45% | 1% | - |
| XYZ | 62.63 | 44.82 | 68.3 | - |
| YUV | 182.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 213 | 0 | 0.45 | 0.16 | 0 | 321.91 | 1 | 0.77 |
| Hex | FF | 8C | D5 | 0 | 2D | 10 | 0 | 142 | 64 | 4D |
| Octal | 377 | 214 | 325 | 0 | 55 | 20 | 0 | 502 | 144 | 115 |
| Binary | 11111111 | 10001100 | 11010101 | 0 | 101101 | 10000 | 0 | 101000010 | 1100100 | 1001101 |
Color Harmonies of #FF8CD5
Complementary color
Monochromatic Colors of #FF8CD5
Black with #FF8CD5
Text Example
Text Example
White with #FF8CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CD5; }
p { color: rgb(255,140,213); }
H1.HeaderClassName
{
color: #FF8CD5;
}
.AnyTagClassName
{
color: #FF8CD5;
}
</style>
background-color css
<style>
a { background-color: #FF8CD5; }
a { background-color: rgb(255,140,213); }
div.DivClassName
{
background-color: #FF8CD5;
}
.BgClassName
{
background-color: #FF8CD5;
}
</style>
border-color css
<style>
span { border-color: #FF8CD5; }
span { border-color: rgb(255,140,213); }
td.TdClassName
{
border-color: #FF8CD5;
}
.TagClassName
{
border-color: #FF8CD5;
}
</style>