Shades of Hit Pink #FDAA6D
Tints of Hit Pink #FDAA6D
RGB
CMYK
RGB Variations
Color information
#FDAA6D (or 0xFDAA6D) is known color: Hit Pink. HEX triplet: FD, AA and 6D. RGB value is (253,170,109). Sum of RGB (Red+Green+Blue) = 253+170+109=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA6D is #025592. Grayscale: #BCBCBC. Windows color (decimal): -152979 or 7187197. OLE color: 7187197.
HSL color Cylindrical-coordinate representation of color #FDAA6D: hue angle of 25.42º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDAA6D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 109 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.01 |
| HSL | 25.42º | 0.97% | 0.71% | - |
| HSV(B) | 25.42º | 0.57% | 0.99% | - |
| XYZ | 57.64 | 50.74 | 21.22 | - |
| YUV | 187.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 109 | 0 | 0.33 | 0.57 | 0.01 | 25.42 | 0.97 | 0.71 |
| Hex | FD | AA | 6D | 0 | 21 | 39 | 1 | 19 | 61 | 47 |
| Octal | 375 | 252 | 155 | 0 | 41 | 71 | 1 | 31 | 141 | 107 |
| Binary | 11111101 | 10101010 | 1101101 | 0 | 100001 | 111001 | 1 | 11001 | 1100001 | 1000111 |
Color Harmonies of #FDAA6D
Complementary color
Monochromatic Colors of #FDAA6D
Black with #FDAA6D
Text Example
Text Example
White with #FDAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA6D; }
p { color: rgb(253,170,109); }
H1.HeaderClassName
{
color: #FDAA6D;
}
.AnyTagClassName
{
color: #FDAA6D;
}
</style>
background-color css
<style>
a { background-color: #FDAA6D; }
a { background-color: rgb(253,170,109); }
div.DivClassName
{
background-color: #FDAA6D;
}
.BgClassName
{
background-color: #FDAA6D;
}
</style>
border-color css
<style>
span { border-color: #FDAA6D; }
span { border-color: rgb(253,170,109); }
td.TdClassName
{
border-color: #FDAA6D;
}
.TagClassName
{
border-color: #FDAA6D;
}
</style>