Shades of Hit Pink #FFAE6D
Tints of Hit Pink #FFAE6D
RGB
CMYK
RGB Variations
Color information
#FFAE6D (or 0xFFAE6D) is known color: Hit Pink. HEX triplet: FF, AE and 6D. RGB value is (255,174,109). Sum of RGB (Red+Green+Blue) = 255+174+109=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE6D is #005192. Grayscale: #BFBFBF. Windows color (decimal): -20883 or 7188223. OLE color: 7188223.
HSL color Cylindrical-coordinate representation of color #FFAE6D: hue angle of 26.71º 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 #FFAE6D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 109 | - |
| CMYK | 0 | 0.32 | 0.57 | 0 |
| HSL | 26.71º | 1% | 0.71% | - |
| HSV(B) | 26.71º | 0.57% | 1% | - |
| XYZ | 59.14 | 52.64 | 21.51 | - |
| YUV | 190.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 109 | 0 | 0.32 | 0.57 | 0 | 26.71 | 1 | 0.71 |
| Hex | FF | AE | 6D | 0 | 20 | 39 | 0 | 1B | 64 | 47 |
| Octal | 377 | 256 | 155 | 0 | 40 | 71 | 0 | 33 | 144 | 107 |
| Binary | 11111111 | 10101110 | 1101101 | 0 | 100000 | 111001 | 0 | 11011 | 1100100 | 1000111 |
Color Harmonies of #FFAE6D
Complementary color
Monochromatic Colors of #FFAE6D
Black with #FFAE6D
Text Example
Text Example
White with #FFAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE6D; }
p { color: rgb(255,174,109); }
H1.HeaderClassName
{
color: #FFAE6D;
}
.AnyTagClassName
{
color: #FFAE6D;
}
</style>
background-color css
<style>
a { background-color: #FFAE6D; }
a { background-color: rgb(255,174,109); }
div.DivClassName
{
background-color: #FFAE6D;
}
.BgClassName
{
background-color: #FFAE6D;
}
</style>
border-color css
<style>
span { border-color: #FFAE6D; }
span { border-color: rgb(255,174,109); }
td.TdClassName
{
border-color: #FFAE6D;
}
.TagClassName
{
border-color: #FFAE6D;
}
</style>