Shades of Tea Rose #FF8AC8
Tints of Tea Rose #FF8AC8
RGB
CMYK
RGB Variations
Color information
#FF8AC8 (or 0xFF8AC8) is known color: Tea Rose. HEX triplet: FF, 8A and C8. RGB value is (255,138,200). Sum of RGB (Red+Green+Blue) = 255+138+200=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AC8 is #007537. Grayscale: #B3B3B3. Windows color (decimal): -30008 or 13142783. OLE color: 13142783.
HSL color Cylindrical-coordinate representation of color #FF8AC8: hue angle of 328.21º 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 #FF8AC8 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 200 | - |
| CMYK | 0 | 0.46 | 0.22 | 0 |
| HSL | 328.21º | 1% | 0.77% | - |
| HSV(B) | 328.21º | 0.46% | 1% | - |
| XYZ | 60.75 | 43.61 | 59.86 | - |
| YUV | 180.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 200 | 0 | 0.46 | 0.22 | 0 | 328.21 | 1 | 0.77 |
| Hex | FF | 8A | C8 | 0 | 2E | 16 | 0 | 148 | 64 | 4D |
| Octal | 377 | 212 | 310 | 0 | 56 | 26 | 0 | 510 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11001000 | 0 | 101110 | 10110 | 0 | 101001000 | 1100100 | 1001101 |
Color Harmonies of #FF8AC8
Complementary color
Monochromatic Colors of #FF8AC8
Black with #FF8AC8
Text Example
Text Example
White with #FF8AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AC8; }
p { color: rgb(255,138,200); }
H1.HeaderClassName
{
color: #FF8AC8;
}
.AnyTagClassName
{
color: #FF8AC8;
}
</style>
background-color css
<style>
a { background-color: #FF8AC8; }
a { background-color: rgb(255,138,200); }
div.DivClassName
{
background-color: #FF8AC8;
}
.BgClassName
{
background-color: #FF8AC8;
}
</style>
border-color css
<style>
span { border-color: #FF8AC8; }
span { border-color: rgb(255,138,200); }
td.TdClassName
{
border-color: #FF8AC8;
}
.TagClassName
{
border-color: #FF8AC8;
}
</style>