Shades of Light Salmon #FFAD85
Tints of Light Salmon #FFAD85
RGB
CMYK
RGB Variations
Color information
#FFAD85 (or 0xFFAD85) is known color: Light Salmon. HEX triplet: FF, AD and 85. RGB value is (255,173,133). Sum of RGB (Red+Green+Blue) = 255+173+133=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD85 is #00527A. Grayscale: #C1C1C1. Windows color (decimal): -21115 or 8760831. OLE color: 8760831.
HSL color Cylindrical-coordinate representation of color #FFAD85: hue angle of 19.67º 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 #FFAD85 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 133 | - |
| CMYK | 0 | 0.32 | 0.48 | 0 |
| HSL | 19.67º | 1% | 0.76% | - |
| HSV(B) | 19.67º | 0.48% | 1% | - |
| XYZ | 60.42 | 52.84 | 29.21 | - |
| YUV | 192.96 | 94.17 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 133 | 0 | 0.32 | 0.48 | 0 | 19.67 | 1 | 0.76 |
| Hex | FF | AD | 85 | 0 | 20 | 30 | 0 | 14 | 64 | 4C |
| Octal | 377 | 255 | 205 | 0 | 40 | 60 | 0 | 24 | 144 | 114 |
| Binary | 11111111 | 10101101 | 10000101 | 0 | 100000 | 110000 | 0 | 10100 | 1100100 | 1001100 |
Color Harmonies of #FFAD85
Complementary color
Monochromatic Colors of #FFAD85
Black with #FFAD85
Text Example
Text Example
White with #FFAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD85; }
p { color: rgb(255,173,133); }
H1.HeaderClassName
{
color: #FFAD85;
}
.AnyTagClassName
{
color: #FFAD85;
}
</style>
background-color css
<style>
a { background-color: #FFAD85; }
a { background-color: rgb(255,173,133); }
div.DivClassName
{
background-color: #FFAD85;
}
.BgClassName
{
background-color: #FFAD85;
}
</style>
border-color css
<style>
span { border-color: #FFAD85; }
span { border-color: rgb(255,173,133); }
td.TdClassName
{
border-color: #FFAD85;
}
.TagClassName
{
border-color: #FFAD85;
}
</style>