Shades of Light Salmon #FD9D7C
Tints of Light Salmon #FD9D7C
RGB
CMYK
RGB Variations
Color information
#FD9D7C (or 0xFD9D7C) is known color: Light Salmon. HEX triplet: FD, 9D and 7C. RGB value is (253,157,124). Sum of RGB (Red+Green+Blue) = 253+157+124=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9D7C is #026283. Grayscale: #B6B6B6. Windows color (decimal): -156292 or 8166909. OLE color: 8166909.
HSL color Cylindrical-coordinate representation of color #FD9D7C: hue angle of 15.35º 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 #FD9D7C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 157 | 124 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.01 |
| HSL | 15.35º | 0.97% | 0.74% | - |
| HSV(B) | 15.35º | 0.51% | 0.99% | - |
| XYZ | 56.2 | 46.45 | 25.07 | - |
| YUV | 181.94 | 95.3 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 157 | 124 | 0 | 0.38 | 0.51 | 0.01 | 15.35 | 0.97 | 0.74 |
| Hex | FD | 9D | 7C | 0 | 26 | 33 | 1 | F | 61 | 4A |
| Octal | 375 | 235 | 174 | 0 | 46 | 63 | 1 | 17 | 141 | 112 |
| Binary | 11111101 | 10011101 | 1111100 | 0 | 100110 | 110011 | 1 | 1111 | 1100001 | 1001010 |
Color Harmonies of #FD9D7C
Complementary color
Monochromatic Colors of #FD9D7C
Black with #FD9D7C
Text Example
Text Example
White with #FD9D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9D7C; }
p { color: rgb(253,157,124); }
H1.HeaderClassName
{
color: #FD9D7C;
}
.AnyTagClassName
{
color: #FD9D7C;
}
</style>
background-color css
<style>
a { background-color: #FD9D7C; }
a { background-color: rgb(253,157,124); }
div.DivClassName
{
background-color: #FD9D7C;
}
.BgClassName
{
background-color: #FD9D7C;
}
</style>
border-color css
<style>
span { border-color: #FD9D7C; }
span { border-color: rgb(253,157,124); }
td.TdClassName
{
border-color: #FD9D7C;
}
.TagClassName
{
border-color: #FD9D7C;
}
</style>