Shades of Hit Pink #FFAD6C
Tints of Hit Pink #FFAD6C
RGB
CMYK
RGB Variations
Color information
#FFAD6C (or 0xFFAD6C) is known color: Hit Pink. HEX triplet: FF, AD and 6C. RGB value is (255,173,108). Sum of RGB (Red+Green+Blue) = 255+173+108=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD6C is #005293. Grayscale: #BEBEBE. Windows color (decimal): -21140 or 7122431. OLE color: 7122431.
HSL color Cylindrical-coordinate representation of color #FFAD6C: hue angle of 26.53º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFAD6C is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 108 | - |
| CMYK | 0 | 0.32 | 0.58 | 0 |
| HSL | 26.53º | 1% | 0.71% | - |
| HSV(B) | 26.53º | 0.58% | 1% | - |
| XYZ | 58.89 | 52.23 | 21.16 | - |
| YUV | 190.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 108 | 0 | 0.32 | 0.58 | 0 | 26.53 | 1 | 0.71 |
| Hex | FF | AD | 6C | 0 | 20 | 3A | 0 | 1B | 64 | 47 |
| Octal | 377 | 255 | 154 | 0 | 40 | 72 | 0 | 33 | 144 | 107 |
| Binary | 11111111 | 10101101 | 1101100 | 0 | 100000 | 111010 | 0 | 11011 | 1100100 | 1000111 |
Color Harmonies of #FFAD6C
Complementary color
Monochromatic Colors of #FFAD6C
Black with #FFAD6C
Text Example
Text Example
White with #FFAD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD6C; }
p { color: rgb(255,173,108); }
H1.HeaderClassName
{
color: #FFAD6C;
}
.AnyTagClassName
{
color: #FFAD6C;
}
</style>
background-color css
<style>
a { background-color: #FFAD6C; }
a { background-color: rgb(255,173,108); }
div.DivClassName
{
background-color: #FFAD6C;
}
.BgClassName
{
background-color: #FFAD6C;
}
</style>
border-color css
<style>
span { border-color: #FFAD6C; }
span { border-color: rgb(255,173,108); }
td.TdClassName
{
border-color: #FFAD6C;
}
.TagClassName
{
border-color: #FFAD6C;
}
</style>