Shades of Hit Pink #FDA168
Tints of Hit Pink #FDA168
RGB
CMYK
RGB Variations
Color information
#FDA168 (or 0xFDA168) is known color: Hit Pink. HEX triplet: FD, A1 and 68. RGB value is (253,161,104). Sum of RGB (Red+Green+Blue) = 253+161+104=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 104 (41.02% from 255 or 20.08% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA168 is #025E97. Grayscale: #B6B6B6. Windows color (decimal): -155288 or 6857213. OLE color: 6857213.
HSL color Cylindrical-coordinate representation of color #FDA168: hue angle of 22.95º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDA168 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 104 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.01 |
| HSL | 22.95º | 0.97% | 0.7% | - |
| HSV(B) | 22.95º | 0.59% | 0.99% | - |
| XYZ | 55.75 | 47.37 | 19.3 | - |
| YUV | 182.01 | 83.98 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 104 | 0 | 0.36 | 0.59 | 0.01 | 22.95 | 0.97 | 0.7 |
| Hex | FD | A1 | 68 | 0 | 24 | 3B | 1 | 17 | 61 | 46 |
| Octal | 375 | 241 | 150 | 0 | 44 | 73 | 1 | 27 | 141 | 106 |
| Binary | 11111101 | 10100001 | 1101000 | 0 | 100100 | 111011 | 1 | 10111 | 1100001 | 1000110 |
Color Harmonies of #FDA168
Complementary color
Monochromatic Colors of #FDA168
Black with #FDA168
Text Example
Text Example
White with #FDA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA168; }
p { color: rgb(253,161,104); }
H1.HeaderClassName
{
color: #FDA168;
}
.AnyTagClassName
{
color: #FDA168;
}
</style>
background-color css
<style>
a { background-color: #FDA168; }
a { background-color: rgb(253,161,104); }
div.DivClassName
{
background-color: #FDA168;
}
.BgClassName
{
background-color: #FDA168;
}
</style>
border-color css
<style>
span { border-color: #FDA168; }
span { border-color: rgb(253,161,104); }
td.TdClassName
{
border-color: #FDA168;
}
.TagClassName
{
border-color: #FDA168;
}
</style>