Shades of Hit Pink #FDA468
Tints of Hit Pink #FDA468
RGB
CMYK
RGB Variations
Color information
#FDA468 (or 0xFDA468) is known color: Hit Pink. HEX triplet: FD, A4 and 68. RGB value is (253,164,104). Sum of RGB (Red+Green+Blue) = 253+164+104=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA468 is #025B97. Grayscale: #B8B8B8. Windows color (decimal): -154520 or 6857981. OLE color: 6857981.
HSL color Cylindrical-coordinate representation of color #FDA468: hue angle of 24.16º 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 #FDA468 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 104 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.01 |
| HSL | 24.16º | 0.97% | 0.7% | - |
| HSV(B) | 24.16º | 0.59% | 0.99% | - |
| XYZ | 56.28 | 48.43 | 19.48 | - |
| YUV | 183.77 | 82.99 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 104 | 0 | 0.35 | 0.59 | 0.01 | 24.16 | 0.97 | 0.7 |
| Hex | FD | A4 | 68 | 0 | 23 | 3B | 1 | 18 | 61 | 46 |
| Octal | 375 | 244 | 150 | 0 | 43 | 73 | 1 | 30 | 141 | 106 |
| Binary | 11111101 | 10100100 | 1101000 | 0 | 100011 | 111011 | 1 | 11000 | 1100001 | 1000110 |
Color Harmonies of #FDA468
Complementary color
Monochromatic Colors of #FDA468
Black with #FDA468
Text Example
Text Example
White with #FDA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA468; }
p { color: rgb(253,164,104); }
H1.HeaderClassName
{
color: #FDA468;
}
.AnyTagClassName
{
color: #FDA468;
}
</style>
background-color css
<style>
a { background-color: #FDA468; }
a { background-color: rgb(253,164,104); }
div.DivClassName
{
background-color: #FDA468;
}
.BgClassName
{
background-color: #FDA468;
}
</style>
border-color css
<style>
span { border-color: #FDA468; }
span { border-color: rgb(253,164,104); }
td.TdClassName
{
border-color: #FDA468;
}
.TagClassName
{
border-color: #FDA468;
}
</style>