Shades of Tea Rose #FF8AC6
Tints of Tea Rose #FF8AC6
RGB
CMYK
RGB Variations
Color information
#FF8AC6 (or 0xFF8AC6) is known color: Tea Rose. HEX triplet: FF, 8A and C6. RGB value is (255,138,198). Sum of RGB (Red+Green+Blue) = 255+138+198=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AC6 is #007539. Grayscale: #B3B3B3. Windows color (decimal): -30010 or 13011711. OLE color: 13011711.
HSL color Cylindrical-coordinate representation of color #FF8AC6: hue angle of 329.23º 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 #FF8AC6 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 198 | - |
| CMYK | 0 | 0.46 | 0.22 | 0 |
| HSL | 329.23º | 1% | 0.77% | - |
| HSV(B) | 329.23º | 0.46% | 1% | - |
| XYZ | 60.52 | 43.51 | 58.64 | - |
| YUV | 179.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 198 | 0 | 0.46 | 0.22 | 0 | 329.23 | 1 | 0.77 |
| Hex | FF | 8A | C6 | 0 | 2E | 16 | 0 | 149 | 64 | 4D |
| Octal | 377 | 212 | 306 | 0 | 56 | 26 | 0 | 511 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11000110 | 0 | 101110 | 10110 | 0 | 101001001 | 1100100 | 1001101 |
Color Harmonies of #FF8AC6
Complementary color
Monochromatic Colors of #FF8AC6
Black with #FF8AC6
Text Example
Text Example
White with #FF8AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AC6; }
p { color: rgb(255,138,198); }
H1.HeaderClassName
{
color: #FF8AC6;
}
.AnyTagClassName
{
color: #FF8AC6;
}
</style>
background-color css
<style>
a { background-color: #FF8AC6; }
a { background-color: rgb(255,138,198); }
div.DivClassName
{
background-color: #FF8AC6;
}
.BgClassName
{
background-color: #FF8AC6;
}
</style>
border-color css
<style>
span { border-color: #FF8AC6; }
span { border-color: rgb(255,138,198); }
td.TdClassName
{
border-color: #FF8AC6;
}
.TagClassName
{
border-color: #FF8AC6;
}
</style>