Shades of Tea Rose #FF8DD4
Tints of Tea Rose #FF8DD4
RGB
CMYK
RGB Variations
Color information
#FF8DD4 (or 0xFF8DD4) is known color: Tea Rose. HEX triplet: FF, 8D and D4. RGB value is (255,141,212). Sum of RGB (Red+Green+Blue) = 255+141+212=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DD4 is #00722B. Grayscale: #B7B7B7. Windows color (decimal): -29228 or 13929983. OLE color: 13929983.
HSL color Cylindrical-coordinate representation of color #FF8DD4: hue angle of 322.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DD4 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 212 | - |
| CMYK | 0 | 0.45 | 0.17 | 0 |
| HSL | 322.63º | 1% | 0.78% | - |
| HSV(B) | 322.63º | 0.45% | 1% | - |
| XYZ | 62.65 | 45.06 | 67.68 | - |
| YUV | 183.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 212 | 0 | 0.45 | 0.17 | 0 | 322.63 | 1 | 0.78 |
| Hex | FF | 8D | D4 | 0 | 2D | 11 | 0 | 143 | 64 | 4E |
| Octal | 377 | 215 | 324 | 0 | 55 | 21 | 0 | 503 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11010100 | 0 | 101101 | 10001 | 0 | 101000011 | 1100100 | 1001110 |
Color Harmonies of #FF8DD4
Complementary color
Monochromatic Colors of #FF8DD4
Black with #FF8DD4
Text Example
Text Example
White with #FF8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DD4; }
p { color: rgb(255,141,212); }
H1.HeaderClassName
{
color: #FF8DD4;
}
.AnyTagClassName
{
color: #FF8DD4;
}
</style>
background-color css
<style>
a { background-color: #FF8DD4; }
a { background-color: rgb(255,141,212); }
div.DivClassName
{
background-color: #FF8DD4;
}
.BgClassName
{
background-color: #FF8DD4;
}
</style>
border-color css
<style>
span { border-color: #FF8DD4; }
span { border-color: rgb(255,141,212); }
td.TdClassName
{
border-color: #FF8DD4;
}
.TagClassName
{
border-color: #FF8DD4;
}
</style>