Shades of Hit Pink #FFAE6E
Tints of Hit Pink #FFAE6E
RGB
CMYK
RGB Variations
Color information
#FFAE6E (or 0xFFAE6E) is known color: Hit Pink. HEX triplet: FF, AE and 6E. RGB value is (255,174,110). Sum of RGB (Red+Green+Blue) = 255+174+110=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE6E is #005191. Grayscale: #BFBFBF. Windows color (decimal): -20882 or 7253759. OLE color: 7253759.
HSL color Cylindrical-coordinate representation of color #FFAE6E: hue angle of 26.48º 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 #FFAE6E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 110 | - |
| CMYK | 0 | 0.32 | 0.57 | 0 |
| HSL | 26.48º | 1% | 0.72% | - |
| HSV(B) | 26.48º | 0.57% | 1% | - |
| XYZ | 59.19 | 52.66 | 21.8 | - |
| YUV | 190.92 | 82.34 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 110 | 0 | 0.32 | 0.57 | 0 | 26.48 | 1 | 0.72 |
| Hex | FF | AE | 6E | 0 | 20 | 39 | 0 | 1A | 64 | 48 |
| Octal | 377 | 256 | 156 | 0 | 40 | 71 | 0 | 32 | 144 | 110 |
| Binary | 11111111 | 10101110 | 1101110 | 0 | 100000 | 111001 | 0 | 11010 | 1100100 | 1001000 |
Color Harmonies of #FFAE6E
Complementary color
Monochromatic Colors of #FFAE6E
Black with #FFAE6E
Text Example
Text Example
White with #FFAE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE6E; }
p { color: rgb(255,174,110); }
H1.HeaderClassName
{
color: #FFAE6E;
}
.AnyTagClassName
{
color: #FFAE6E;
}
</style>
background-color css
<style>
a { background-color: #FFAE6E; }
a { background-color: rgb(255,174,110); }
div.DivClassName
{
background-color: #FFAE6E;
}
.BgClassName
{
background-color: #FFAE6E;
}
</style>
border-color css
<style>
span { border-color: #FFAE6E; }
span { border-color: rgb(255,174,110); }
td.TdClassName
{
border-color: #FFAE6E;
}
.TagClassName
{
border-color: #FFAE6E;
}
</style>