Shades of Hit Pink #FFAB6D
Tints of Hit Pink #FFAB6D
RGB
CMYK
RGB Variations
Color information
#FFAB6D (or 0xFFAB6D) is known color: Hit Pink. HEX triplet: FF, AB and 6D. RGB value is (255,171,109). Sum of RGB (Red+Green+Blue) = 255+171+109=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB6D is #005492. Grayscale: #BDBDBD. Windows color (decimal): -21651 or 7187455. OLE color: 7187455.
HSL color Cylindrical-coordinate representation of color #FFAB6D: hue angle of 25.48º 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 #FFAB6D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 109 | - |
| CMYK | 0 | 0.33 | 0.57 | 0 |
| HSL | 25.48º | 1% | 0.71% | - |
| HSV(B) | 25.48º | 0.57% | 1% | - |
| XYZ | 58.56 | 51.49 | 21.32 | - |
| YUV | 189.05 | 82.83 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 109 | 0 | 0.33 | 0.57 | 0 | 25.48 | 1 | 0.71 |
| Hex | FF | AB | 6D | 0 | 21 | 39 | 0 | 19 | 64 | 47 |
| Octal | 377 | 253 | 155 | 0 | 41 | 71 | 0 | 31 | 144 | 107 |
| Binary | 11111111 | 10101011 | 1101101 | 0 | 100001 | 111001 | 0 | 11001 | 1100100 | 1000111 |
Color Harmonies of #FFAB6D
Complementary color
Monochromatic Colors of #FFAB6D
Black with #FFAB6D
Text Example
Text Example
White with #FFAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB6D; }
p { color: rgb(255,171,109); }
H1.HeaderClassName
{
color: #FFAB6D;
}
.AnyTagClassName
{
color: #FFAB6D;
}
</style>
background-color css
<style>
a { background-color: #FFAB6D; }
a { background-color: rgb(255,171,109); }
div.DivClassName
{
background-color: #FFAB6D;
}
.BgClassName
{
background-color: #FFAB6D;
}
</style>
border-color css
<style>
span { border-color: #FFAB6D; }
span { border-color: rgb(255,171,109); }
td.TdClassName
{
border-color: #FFAB6D;
}
.TagClassName
{
border-color: #FFAB6D;
}
</style>