Shades of Hit Pink #FFAD6D
Tints of Hit Pink #FFAD6D
RGB
CMYK
RGB Variations
Color information
#FFAD6D (or 0xFFAD6D) is known color: Hit Pink. HEX triplet: FF, AD and 6D. RGB value is (255,173,109). Sum of RGB (Red+Green+Blue) = 255+173+109=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD6D is #005292. Grayscale: #BEBEBE. Windows color (decimal): -21139 or 7187967. OLE color: 7187967.
HSL color Cylindrical-coordinate representation of color #FFAD6D: hue angle of 26.3º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFAD6D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 109 | - |
| CMYK | 0 | 0.32 | 0.57 | 0 |
| HSL | 26.3º | 1% | 0.71% | - |
| HSV(B) | 26.3º | 0.57% | 1% | - |
| XYZ | 58.94 | 52.25 | 21.45 | - |
| YUV | 190.22 | 82.17 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 109 | 0 | 0.32 | 0.57 | 0 | 26.3 | 1 | 0.71 |
| Hex | FF | AD | 6D | 0 | 20 | 39 | 0 | 1A | 64 | 47 |
| Octal | 377 | 255 | 155 | 0 | 40 | 71 | 0 | 32 | 144 | 107 |
| Binary | 11111111 | 10101101 | 1101101 | 0 | 100000 | 111001 | 0 | 11010 | 1100100 | 1000111 |
Color Harmonies of #FFAD6D
Complementary color
Monochromatic Colors of #FFAD6D
Black with #FFAD6D
Text Example
Text Example
White with #FFAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD6D; }
p { color: rgb(255,173,109); }
H1.HeaderClassName
{
color: #FFAD6D;
}
.AnyTagClassName
{
color: #FFAD6D;
}
</style>
background-color css
<style>
a { background-color: #FFAD6D; }
a { background-color: rgb(255,173,109); }
div.DivClassName
{
background-color: #FFAD6D;
}
.BgClassName
{
background-color: #FFAD6D;
}
</style>
border-color css
<style>
span { border-color: #FFAD6D; }
span { border-color: rgb(255,173,109); }
td.TdClassName
{
border-color: #FFAD6D;
}
.TagClassName
{
border-color: #FFAD6D;
}
</style>