Shades of Hit Pink #FDA669
Tints of Hit Pink #FDA669
RGB
CMYK
RGB Variations
Color information
#FDA669 (or 0xFDA669) is known color: Hit Pink. HEX triplet: FD, A6 and 69. RGB value is (253,166,105). Sum of RGB (Red+Green+Blue) = 253+166+105=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA669 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA669 is #025996. Grayscale: #B9B9B9. Windows color (decimal): -154007 or 6924029. OLE color: 6924029.
HSL color Cylindrical-coordinate representation of color #FDA669: hue angle of 24.73º 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 #FDA669 is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 105 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.01 |
| HSL | 24.73º | 0.97% | 0.7% | - |
| HSV(B) | 24.73º | 0.58% | 0.99% | - |
| XYZ | 56.69 | 49.18 | 19.87 | - |
| YUV | 185.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 105 | 0 | 0.34 | 0.58 | 0.01 | 24.73 | 0.97 | 0.7 |
| Hex | FD | A6 | 69 | 0 | 22 | 3A | 1 | 19 | 61 | 46 |
| Octal | 375 | 246 | 151 | 0 | 42 | 72 | 1 | 31 | 141 | 106 |
| Binary | 11111101 | 10100110 | 1101001 | 0 | 100010 | 111010 | 1 | 11001 | 1100001 | 1000110 |
Color Harmonies of #FDA669
Complementary color
Monochromatic Colors of #FDA669
Black with #FDA669
Text Example
Text Example
White with #FDA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA669; }
p { color: rgb(253,166,105); }
H1.HeaderClassName
{
color: #FDA669;
}
.AnyTagClassName
{
color: #FDA669;
}
</style>
background-color css
<style>
a { background-color: #FDA669; }
a { background-color: rgb(253,166,105); }
div.DivClassName
{
background-color: #FDA669;
}
.BgClassName
{
background-color: #FDA669;
}
</style>
border-color css
<style>
span { border-color: #FDA669; }
span { border-color: rgb(253,166,105); }
td.TdClassName
{
border-color: #FDA669;
}
.TagClassName
{
border-color: #FDA669;
}
</style>