Shades of Salmon #FD807D
Tints of Salmon #FD807D
RGB
CMYK
RGB Variations
Color information
#FD807D (or 0xFD807D) is known color: Salmon. HEX triplet: FD, 80 and 7D. RGB value is (253,128,125). Sum of RGB (Red+Green+Blue) = 253+128+125=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD807D is #027F82. Grayscale: #A5A5A5. Windows color (decimal): -163715 or 8225021. OLE color: 8225021.
HSL color Cylindrical-coordinate representation of color #FD807D: hue angle of 1.41º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD807D is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 125 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.01 |
| HSL | 1.41º | 0.97% | 0.74% | - |
| HSV(B) | 1.41º | 0.51% | 0.99% | - |
| XYZ | 51.93 | 37.8 | 23.96 | - |
| YUV | 165.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 125 | 0 | 0.49 | 0.51 | 0.01 | 1.41 | 0.97 | 0.74 |
| Hex | FD | 80 | 7D | 0 | 31 | 33 | 1 | 1 | 61 | 4A |
| Octal | 375 | 200 | 175 | 0 | 61 | 63 | 1 | 1 | 141 | 112 |
| Binary | 11111101 | 10000000 | 1111101 | 0 | 110001 | 110011 | 1 | 1 | 1100001 | 1001010 |
Color Harmonies of #FD807D
Complementary color
Monochromatic Colors of #FD807D
Black with #FD807D
Text Example
Text Example
White with #FD807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD807D; }
p { color: rgb(253,128,125); }
H1.HeaderClassName
{
color: #FD807D;
}
.AnyTagClassName
{
color: #FD807D;
}
</style>
background-color css
<style>
a { background-color: #FD807D; }
a { background-color: rgb(253,128,125); }
div.DivClassName
{
background-color: #FD807D;
}
.BgClassName
{
background-color: #FD807D;
}
</style>
border-color css
<style>
span { border-color: #FD807D; }
span { border-color: rgb(253,128,125); }
td.TdClassName
{
border-color: #FD807D;
}
.TagClassName
{
border-color: #FD807D;
}
</style>