Shades of Light Salmon #FDAB84
Tints of Light Salmon #FDAB84
RGB
CMYK
RGB Variations
Color information
#FDAB84 (or 0xFDAB84) is known color: Light Salmon. HEX triplet: FD, AB and 84. RGB value is (253,171,132). Sum of RGB (Red+Green+Blue) = 253+171+132=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB84 is #02547B. Grayscale: #BFBFBF. Windows color (decimal): -152700 or 8694781. OLE color: 8694781.
HSL color Cylindrical-coordinate representation of color #FDAB84: hue angle of 19.34º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDAB84 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 132 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.01 |
| HSL | 19.34º | 0.97% | 0.75% | - |
| HSV(B) | 19.34º | 0.48% | 0.99% | - |
| XYZ | 59.24 | 51.67 | 28.68 | - |
| YUV | 191.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 132 | 0 | 0.32 | 0.48 | 0.01 | 19.34 | 0.97 | 0.75 |
| Hex | FD | AB | 84 | 0 | 20 | 30 | 1 | 13 | 61 | 4B |
| Octal | 375 | 253 | 204 | 0 | 40 | 60 | 1 | 23 | 141 | 113 |
| Binary | 11111101 | 10101011 | 10000100 | 0 | 100000 | 110000 | 1 | 10011 | 1100001 | 1001011 |
Color Harmonies of #FDAB84
Complementary color
Monochromatic Colors of #FDAB84
Black with #FDAB84
Text Example
Text Example
White with #FDAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB84; }
p { color: rgb(253,171,132); }
H1.HeaderClassName
{
color: #FDAB84;
}
.AnyTagClassName
{
color: #FDAB84;
}
</style>
background-color css
<style>
a { background-color: #FDAB84; }
a { background-color: rgb(253,171,132); }
div.DivClassName
{
background-color: #FDAB84;
}
.BgClassName
{
background-color: #FDAB84;
}
</style>
border-color css
<style>
span { border-color: #FDAB84; }
span { border-color: rgb(253,171,132); }
td.TdClassName
{
border-color: #FDAB84;
}
.TagClassName
{
border-color: #FDAB84;
}
</style>