Shades of Hit Pink #FDAB6A
Tints of Hit Pink #FDAB6A
RGB
CMYK
RGB Variations
Color information
#FDAB6A (or 0xFDAB6A) is known color: Hit Pink. HEX triplet: FD, AB and 6A. RGB value is (253,171,106). Sum of RGB (Red+Green+Blue) = 253+171+106=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB6A is #025495. Grayscale: #BCBCBC. Windows color (decimal): -152726 or 6990845. OLE color: 6990845.
HSL color Cylindrical-coordinate representation of color #FDAB6A: hue angle of 26.53º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDAB6A is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 106 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.01 |
| HSL | 26.53º | 0.97% | 0.7% | - |
| HSV(B) | 26.53º | 0.58% | 0.99% | - |
| XYZ | 57.67 | 51.05 | 20.45 | - |
| YUV | 188.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 106 | 0 | 0.32 | 0.58 | 0.01 | 26.53 | 0.97 | 0.7 |
| Hex | FD | AB | 6A | 0 | 20 | 3A | 1 | 1B | 61 | 46 |
| Octal | 375 | 253 | 152 | 0 | 40 | 72 | 1 | 33 | 141 | 106 |
| Binary | 11111101 | 10101011 | 1101010 | 0 | 100000 | 111010 | 1 | 11011 | 1100001 | 1000110 |
Color Harmonies of #FDAB6A
Complementary color
Monochromatic Colors of #FDAB6A
Black with #FDAB6A
Text Example
Text Example
White with #FDAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB6A; }
p { color: rgb(253,171,106); }
H1.HeaderClassName
{
color: #FDAB6A;
}
.AnyTagClassName
{
color: #FDAB6A;
}
</style>
background-color css
<style>
a { background-color: #FDAB6A; }
a { background-color: rgb(253,171,106); }
div.DivClassName
{
background-color: #FDAB6A;
}
.BgClassName
{
background-color: #FDAB6A;
}
</style>
border-color css
<style>
span { border-color: #FDAB6A; }
span { border-color: rgb(253,171,106); }
td.TdClassName
{
border-color: #FDAB6A;
}
.TagClassName
{
border-color: #FDAB6A;
}
</style>