Shades of Hit Pink #FAAC6E
Tints of Hit Pink #FAAC6E
RGB
CMYK
RGB Variations
Color information
#FAAC6E (or 0xFAAC6E) is known color: Hit Pink. HEX triplet: FA, AC and 6E. RGB value is (250,172,110). Sum of RGB (Red+Green+Blue) = 250+172+110=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAC6E is #055391. Grayscale: #BCBCBC. Windows color (decimal): -349074 or 7253242. OLE color: 7253242.
HSL color Cylindrical-coordinate representation of color #FAAC6E: hue angle of 26.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAAC6E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 110 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.02 |
| HSL | 26.57º | 0.93% | 0.71% | - |
| HSV(B) | 26.57º | 0.56% | 0.98% | - |
| XYZ | 56.99 | 50.95 | 21.58 | - |
| YUV | 188.25 | 83.84 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 110 | 0 | 0.31 | 0.56 | 0.02 | 26.57 | 0.93 | 0.71 |
| Hex | FA | AC | 6E | 0 | 1F | 38 | 2 | 1B | 5D | 47 |
| Octal | 372 | 254 | 156 | 0 | 37 | 70 | 2 | 33 | 135 | 107 |
| Binary | 11111010 | 10101100 | 1101110 | 0 | 11111 | 111000 | 10 | 11011 | 1011101 | 1000111 |
Color Harmonies of #FAAC6E
Complementary color
Monochromatic Colors of #FAAC6E
Black with #FAAC6E
Text Example
Text Example
White with #FAAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAC6E; }
p { color: rgb(250,172,110); }
H1.HeaderClassName
{
color: #FAAC6E;
}
.AnyTagClassName
{
color: #FAAC6E;
}
</style>
background-color css
<style>
a { background-color: #FAAC6E; }
a { background-color: rgb(250,172,110); }
div.DivClassName
{
background-color: #FAAC6E;
}
.BgClassName
{
background-color: #FAAC6E;
}
</style>
border-color css
<style>
span { border-color: #FAAC6E; }
span { border-color: rgb(250,172,110); }
td.TdClassName
{
border-color: #FAAC6E;
}
.TagClassName
{
border-color: #FAAC6E;
}
</style>