Shades of Tea Rose #FF8AC0
Tints of Tea Rose #FF8AC0
RGB
CMYK
RGB Variations
Color information
#FF8AC0 (or 0xFF8AC0) is known color: Tea Rose. HEX triplet: FF, 8A and C0. RGB value is (255,138,192). Sum of RGB (Red+Green+Blue) = 255+138+192=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AC0 is #00753F. Grayscale: #B3B3B3. Windows color (decimal): -30016 or 12618495. OLE color: 12618495.
HSL color Cylindrical-coordinate representation of color #FF8AC0: hue angle of 332.31º 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 #FF8AC0 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 192 | - |
| CMYK | 0 | 0.46 | 0.25 | 0 |
| HSL | 332.31º | 1% | 0.77% | - |
| HSV(B) | 332.31º | 0.46% | 1% | - |
| XYZ | 59.84 | 43.24 | 55.06 | - |
| YUV | 179.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 192 | 0 | 0.46 | 0.25 | 0 | 332.31 | 1 | 0.77 |
| Hex | FF | 8A | C0 | 0 | 2E | 19 | 0 | 14C | 64 | 4D |
| Octal | 377 | 212 | 300 | 0 | 56 | 31 | 0 | 514 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11000000 | 0 | 101110 | 11001 | 0 | 101001100 | 1100100 | 1001101 |
Color Harmonies of #FF8AC0
Complementary color
Monochromatic Colors of #FF8AC0
Black with #FF8AC0
Text Example
Text Example
White with #FF8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AC0; }
p { color: rgb(255,138,192); }
H1.HeaderClassName
{
color: #FF8AC0;
}
.AnyTagClassName
{
color: #FF8AC0;
}
</style>
background-color css
<style>
a { background-color: #FF8AC0; }
a { background-color: rgb(255,138,192); }
div.DivClassName
{
background-color: #FF8AC0;
}
.BgClassName
{
background-color: #FF8AC0;
}
</style>
border-color css
<style>
span { border-color: #FF8AC0; }
span { border-color: rgb(255,138,192); }
td.TdClassName
{
border-color: #FF8AC0;
}
.TagClassName
{
border-color: #FF8AC0;
}
</style>