Shades of Tea Rose #FF8AC2
Tints of Tea Rose #FF8AC2
RGB
CMYK
RGB Variations
Color information
#FF8AC2 (or 0xFF8AC2) is known color: Tea Rose. HEX triplet: FF, 8A and C2. RGB value is (255,138,194). Sum of RGB (Red+Green+Blue) = 255+138+194=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AC2 is #00753D. Grayscale: #B3B3B3. Windows color (decimal): -30014 or 12749567. OLE color: 12749567.
HSL color Cylindrical-coordinate representation of color #FF8AC2: hue angle of 331.28º 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 #FF8AC2 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 194 | - |
| CMYK | 0 | 0.46 | 0.24 | 0 |
| HSL | 331.28º | 1% | 0.77% | - |
| HSV(B) | 331.28º | 0.46% | 1% | - |
| XYZ | 60.07 | 43.33 | 56.24 | - |
| YUV | 179.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 194 | 0 | 0.46 | 0.24 | 0 | 331.28 | 1 | 0.77 |
| Hex | FF | 8A | C2 | 0 | 2E | 18 | 0 | 14B | 64 | 4D |
| Octal | 377 | 212 | 302 | 0 | 56 | 30 | 0 | 513 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11000010 | 0 | 101110 | 11000 | 0 | 101001011 | 1100100 | 1001101 |
Color Harmonies of #FF8AC2
Complementary color
Monochromatic Colors of #FF8AC2
Black with #FF8AC2
Text Example
Text Example
White with #FF8AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AC2; }
p { color: rgb(255,138,194); }
H1.HeaderClassName
{
color: #FF8AC2;
}
.AnyTagClassName
{
color: #FF8AC2;
}
</style>
background-color css
<style>
a { background-color: #FF8AC2; }
a { background-color: rgb(255,138,194); }
div.DivClassName
{
background-color: #FF8AC2;
}
.BgClassName
{
background-color: #FF8AC2;
}
</style>
border-color css
<style>
span { border-color: #FF8AC2; }
span { border-color: rgb(255,138,194); }
td.TdClassName
{
border-color: #FF8AC2;
}
.TagClassName
{
border-color: #FF8AC2;
}
</style>