Shades of Salmon #FD827D
Tints of Salmon #FD827D
RGB
CMYK
RGB Variations
Color information
#FD827D (or 0xFD827D) is known color: Salmon. HEX triplet: FD, 82 and 7D. RGB value is (253,130,125). Sum of RGB (Red+Green+Blue) = 253+130+125=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD827D is #027D82. Grayscale: #A6A6A6. Windows color (decimal): -163203 or 8225533. OLE color: 8225533.
HSL color Cylindrical-coordinate representation of color #FD827D: hue angle of 2.34º 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 #FD827D is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 125 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.01 |
| HSL | 2.34º | 0.97% | 0.74% | - |
| HSV(B) | 2.34º | 0.51% | 0.99% | - |
| XYZ | 52.19 | 38.33 | 24.05 | - |
| YUV | 166.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 125 | 0 | 0.49 | 0.51 | 0.01 | 2.34 | 0.97 | 0.74 |
| Hex | FD | 82 | 7D | 0 | 31 | 33 | 1 | 2 | 61 | 4A |
| Octal | 375 | 202 | 175 | 0 | 61 | 63 | 1 | 2 | 141 | 112 |
| Binary | 11111101 | 10000010 | 1111101 | 0 | 110001 | 110011 | 1 | 10 | 1100001 | 1001010 |
Color Harmonies of #FD827D
Complementary color
Monochromatic Colors of #FD827D
Black with #FD827D
Text Example
Text Example
White with #FD827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD827D; }
p { color: rgb(253,130,125); }
H1.HeaderClassName
{
color: #FD827D;
}
.AnyTagClassName
{
color: #FD827D;
}
</style>
background-color css
<style>
a { background-color: #FD827D; }
a { background-color: rgb(253,130,125); }
div.DivClassName
{
background-color: #FD827D;
}
.BgClassName
{
background-color: #FD827D;
}
</style>
border-color css
<style>
span { border-color: #FD827D; }
span { border-color: rgb(253,130,125); }
td.TdClassName
{
border-color: #FD827D;
}
.TagClassName
{
border-color: #FD827D;
}
</style>