Shades of Light Salmon #FFAB84
Tints of Light Salmon #FFAB84
RGB
CMYK
RGB Variations
Color information
#FFAB84 (or 0xFFAB84) is known color: Light Salmon. HEX triplet: FF, AB and 84. RGB value is (255,171,132). Sum of RGB (Red+Green+Blue) = 255+171+132=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB84 is #00547B. Grayscale: #BFBFBF. Windows color (decimal): -21628 or 8694783. OLE color: 8694783.
HSL color Cylindrical-coordinate representation of color #FFAB84: hue angle of 19.02º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFAB84 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 132 | - |
| CMYK | 0 | 0.33 | 0.48 | 0 |
| HSL | 19.02º | 1% | 0.76% | - |
| HSV(B) | 19.02º | 0.48% | 1% | - |
| XYZ | 59.97 | 52.05 | 28.72 | - |
| YUV | 191.67 | 94.33 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 132 | 0 | 0.33 | 0.48 | 0 | 19.02 | 1 | 0.76 |
| Hex | FF | AB | 84 | 0 | 21 | 30 | 0 | 13 | 64 | 4C |
| Octal | 377 | 253 | 204 | 0 | 41 | 60 | 0 | 23 | 144 | 114 |
| Binary | 11111111 | 10101011 | 10000100 | 0 | 100001 | 110000 | 0 | 10011 | 1100100 | 1001100 |
Color Harmonies of #FFAB84
Complementary color
Monochromatic Colors of #FFAB84
Black with #FFAB84
Text Example
Text Example
White with #FFAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB84; }
p { color: rgb(255,171,132); }
H1.HeaderClassName
{
color: #FFAB84;
}
.AnyTagClassName
{
color: #FFAB84;
}
</style>
background-color css
<style>
a { background-color: #FFAB84; }
a { background-color: rgb(255,171,132); }
div.DivClassName
{
background-color: #FFAB84;
}
.BgClassName
{
background-color: #FFAB84;
}
</style>
border-color css
<style>
span { border-color: #FFAB84; }
span { border-color: rgb(255,171,132); }
td.TdClassName
{
border-color: #FFAB84;
}
.TagClassName
{
border-color: #FFAB84;
}
</style>