Shades of Tea Rose #FF8ACF
Tints of Tea Rose #FF8ACF
RGB
CMYK
RGB Variations
Color information
#FF8ACF (or 0xFF8ACF) is known color: Tea Rose. HEX triplet: FF, 8A and CF. RGB value is (255,138,207). Sum of RGB (Red+Green+Blue) = 255+138+207=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ACF is #007530. Grayscale: #B4B4B4. Windows color (decimal): -30001 or 13601535. OLE color: 13601535.
HSL color Cylindrical-coordinate representation of color #FF8ACF: hue angle of 324.62º 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 #FF8ACF is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 207 | - |
| CMYK | 0 | 0.46 | 0.19 | 0 |
| HSL | 324.62º | 1% | 0.77% | - |
| HSV(B) | 324.62º | 0.46% | 1% | - |
| XYZ | 61.59 | 43.94 | 64.27 | - |
| YUV | 180.85 | 142.76 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 207 | 0 | 0.46 | 0.19 | 0 | 324.62 | 1 | 0.77 |
| Hex | FF | 8A | CF | 0 | 2E | 13 | 0 | 145 | 64 | 4D |
| Octal | 377 | 212 | 317 | 0 | 56 | 23 | 0 | 505 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11001111 | 0 | 101110 | 10011 | 0 | 101000101 | 1100100 | 1001101 |
Color Harmonies of #FF8ACF
Complementary color
Monochromatic Colors of #FF8ACF
Black with #FF8ACF
Text Example
Text Example
White with #FF8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8ACF; }
p { color: rgb(255,138,207); }
H1.HeaderClassName
{
color: #FF8ACF;
}
.AnyTagClassName
{
color: #FF8ACF;
}
</style>
background-color css
<style>
a { background-color: #FF8ACF; }
a { background-color: rgb(255,138,207); }
div.DivClassName
{
background-color: #FF8ACF;
}
.BgClassName
{
background-color: #FF8ACF;
}
</style>
border-color css
<style>
span { border-color: #FF8ACF; }
span { border-color: rgb(255,138,207); }
td.TdClassName
{
border-color: #FF8ACF;
}
.TagClassName
{
border-color: #FF8ACF;
}
</style>