Shades of Hit Pink #FFAC6E
Tints of Hit Pink #FFAC6E
RGB
CMYK
RGB Variations
Color information
#FFAC6E (or 0xFFAC6E) is known color: Hit Pink. HEX triplet: FF, AC and 6E. RGB value is (255,172,110). Sum of RGB (Red+Green+Blue) = 255+172+110=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC6E is #005391. Grayscale: #BEBEBE. Windows color (decimal): -21394 or 7253247. OLE color: 7253247.
HSL color Cylindrical-coordinate representation of color #FFAC6E: hue angle of 25.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFAC6E is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 110 | - |
| CMYK | 0 | 0.33 | 0.57 | 0 |
| HSL | 25.66º | 1% | 0.72% | - |
| HSV(B) | 25.66º | 0.57% | 1% | - |
| XYZ | 58.81 | 51.89 | 21.67 | - |
| YUV | 189.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 110 | 0 | 0.33 | 0.57 | 0 | 25.66 | 1 | 0.72 |
| Hex | FF | AC | 6E | 0 | 21 | 39 | 0 | 1A | 64 | 48 |
| Octal | 377 | 254 | 156 | 0 | 41 | 71 | 0 | 32 | 144 | 110 |
| Binary | 11111111 | 10101100 | 1101110 | 0 | 100001 | 111001 | 0 | 11010 | 1100100 | 1001000 |
Color Harmonies of #FFAC6E
Complementary color
Monochromatic Colors of #FFAC6E
Black with #FFAC6E
Text Example
Text Example
White with #FFAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC6E; }
p { color: rgb(255,172,110); }
H1.HeaderClassName
{
color: #FFAC6E;
}
.AnyTagClassName
{
color: #FFAC6E;
}
</style>
background-color css
<style>
a { background-color: #FFAC6E; }
a { background-color: rgb(255,172,110); }
div.DivClassName
{
background-color: #FFAC6E;
}
.BgClassName
{
background-color: #FFAC6E;
}
</style>
border-color css
<style>
span { border-color: #FFAC6E; }
span { border-color: rgb(255,172,110); }
td.TdClassName
{
border-color: #FFAC6E;
}
.TagClassName
{
border-color: #FFAC6E;
}
</style>