Shades of Hit Pink #FFAE6C
Tints of Hit Pink #FFAE6C
RGB
CMYK
RGB Variations
Color information
#FFAE6C (or 0xFFAE6C) is known color: Hit Pink. HEX triplet: FF, AE and 6C. RGB value is (255,174,108). Sum of RGB (Red+Green+Blue) = 255+174+108=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE6C is #005193. Grayscale: #BFBFBF. Windows color (decimal): -20884 or 7122687. OLE color: 7122687.
HSL color Cylindrical-coordinate representation of color #FFAE6C: hue angle of 26.94º 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 #FFAE6C is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 108 | - |
| CMYK | 0 | 0.32 | 0.58 | 0 |
| HSL | 26.94º | 1% | 0.71% | - |
| HSV(B) | 26.94º | 0.58% | 1% | - |
| XYZ | 59.08 | 52.61 | 21.23 | - |
| YUV | 190.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 108 | 0 | 0.32 | 0.58 | 0 | 26.94 | 1 | 0.71 |
| Hex | FF | AE | 6C | 0 | 20 | 3A | 0 | 1B | 64 | 47 |
| Octal | 377 | 256 | 154 | 0 | 40 | 72 | 0 | 33 | 144 | 107 |
| Binary | 11111111 | 10101110 | 1101100 | 0 | 100000 | 111010 | 0 | 11011 | 1100100 | 1000111 |
Color Harmonies of #FFAE6C
Complementary color
Monochromatic Colors of #FFAE6C
Black with #FFAE6C
Text Example
Text Example
White with #FFAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE6C; }
p { color: rgb(255,174,108); }
H1.HeaderClassName
{
color: #FFAE6C;
}
.AnyTagClassName
{
color: #FFAE6C;
}
</style>
background-color css
<style>
a { background-color: #FFAE6C; }
a { background-color: rgb(255,174,108); }
div.DivClassName
{
background-color: #FFAE6C;
}
.BgClassName
{
background-color: #FFAE6C;
}
</style>
border-color css
<style>
span { border-color: #FFAE6C; }
span { border-color: rgb(255,174,108); }
td.TdClassName
{
border-color: #FFAE6C;
}
.TagClassName
{
border-color: #FFAE6C;
}
</style>