Shades of Tea Rose #FF8AD2
Tints of Tea Rose #FF8AD2
RGB
CMYK
RGB Variations
Color information
#FF8AD2 (or 0xFF8AD2) is known color: Tea Rose. HEX triplet: FF, 8A and D2. RGB value is (255,138,210). Sum of RGB (Red+Green+Blue) = 255+138+210=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AD2 is #00752D. Grayscale: #B5B5B5. Windows color (decimal): -29998 or 13798143. OLE color: 13798143.
HSL color Cylindrical-coordinate representation of color #FF8AD2: hue angle of 323.08º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8AD2 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 210 | - |
| CMYK | 0 | 0.46 | 0.18 | 0 |
| HSL | 323.08º | 1% | 0.77% | - |
| HSV(B) | 323.08º | 0.46% | 1% | - |
| XYZ | 61.96 | 44.09 | 66.22 | - |
| YUV | 181.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 210 | 0 | 0.46 | 0.18 | 0 | 323.08 | 1 | 0.77 |
| Hex | FF | 8A | D2 | 0 | 2E | 12 | 0 | 143 | 64 | 4D |
| Octal | 377 | 212 | 322 | 0 | 56 | 22 | 0 | 503 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11010010 | 0 | 101110 | 10010 | 0 | 101000011 | 1100100 | 1001101 |
Color Harmonies of #FF8AD2
Complementary color
Monochromatic Colors of #FF8AD2
Black with #FF8AD2
Text Example
Text Example
White with #FF8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AD2; }
p { color: rgb(255,138,210); }
H1.HeaderClassName
{
color: #FF8AD2;
}
.AnyTagClassName
{
color: #FF8AD2;
}
</style>
background-color css
<style>
a { background-color: #FF8AD2; }
a { background-color: rgb(255,138,210); }
div.DivClassName
{
background-color: #FF8AD2;
}
.BgClassName
{
background-color: #FF8AD2;
}
</style>
border-color css
<style>
span { border-color: #FF8AD2; }
span { border-color: rgb(255,138,210); }
td.TdClassName
{
border-color: #FF8AD2;
}
.TagClassName
{
border-color: #FF8AD2;
}
</style>