Shades of Light Salmon #FFAB83
Tints of Light Salmon #FFAB83
RGB
CMYK
RGB Variations
Color information
#FFAB83 (or 0xFFAB83) is known color: Light Salmon. HEX triplet: FF, AB and 83. RGB value is (255,171,131). Sum of RGB (Red+Green+Blue) = 255+171+131=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAB83 is #00547C. Grayscale: #BFBFBF. Windows color (decimal): -21629 or 8629247. OLE color: 8629247.
HSL color Cylindrical-coordinate representation of color #FFAB83: hue angle of 19.35º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFAB83 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 131 | - |
| CMYK | 0 | 0.33 | 0.49 | 0 |
| HSL | 19.35º | 1% | 0.76% | - |
| HSV(B) | 19.35º | 0.49% | 1% | - |
| XYZ | 59.9 | 52.02 | 28.36 | - |
| YUV | 191.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 131 | 0 | 0.33 | 0.49 | 0 | 19.35 | 1 | 0.76 |
| Hex | FF | AB | 83 | 0 | 21 | 31 | 0 | 13 | 64 | 4C |
| Octal | 377 | 253 | 203 | 0 | 41 | 61 | 0 | 23 | 144 | 114 |
| Binary | 11111111 | 10101011 | 10000011 | 0 | 100001 | 110001 | 0 | 10011 | 1100100 | 1001100 |
Color Harmonies of #FFAB83
Complementary color
Monochromatic Colors of #FFAB83
Black with #FFAB83
Text Example
Text Example
White with #FFAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB83; }
p { color: rgb(255,171,131); }
H1.HeaderClassName
{
color: #FFAB83;
}
.AnyTagClassName
{
color: #FFAB83;
}
</style>
background-color css
<style>
a { background-color: #FFAB83; }
a { background-color: rgb(255,171,131); }
div.DivClassName
{
background-color: #FFAB83;
}
.BgClassName
{
background-color: #FFAB83;
}
</style>
border-color css
<style>
span { border-color: #FFAB83; }
span { border-color: rgb(255,171,131); }
td.TdClassName
{
border-color: #FFAB83;
}
.TagClassName
{
border-color: #FFAB83;
}
</style>