Shades of Light Salmon #FD9C7B
Tints of Light Salmon #FD9C7B
RGB
CMYK
RGB Variations
Color information
#FD9C7B (or 0xFD9C7B) is known color: Light Salmon. HEX triplet: FD, 9C and 7B. RGB value is (253,156,123). Sum of RGB (Red+Green+Blue) = 253+156+123=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9C7B is #026384. Grayscale: #B5B5B5. Windows color (decimal): -156549 or 8101117. OLE color: 8101117.
HSL color Cylindrical-coordinate representation of color #FD9C7B: hue angle of 15.23º 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 #FD9C7B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 156 | 123 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.01 |
| HSL | 15.23º | 0.97% | 0.74% | - |
| HSV(B) | 15.23º | 0.51% | 0.99% | - |
| XYZ | 55.97 | 46.09 | 24.69 | - |
| YUV | 181.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 156 | 123 | 0 | 0.38 | 0.51 | 0.01 | 15.23 | 0.97 | 0.74 |
| Hex | FD | 9C | 7B | 0 | 26 | 33 | 1 | F | 61 | 4A |
| Octal | 375 | 234 | 173 | 0 | 46 | 63 | 1 | 17 | 141 | 112 |
| Binary | 11111101 | 10011100 | 1111011 | 0 | 100110 | 110011 | 1 | 1111 | 1100001 | 1001010 |
Color Harmonies of #FD9C7B
Complementary color
Monochromatic Colors of #FD9C7B
Black with #FD9C7B
Text Example
Text Example
White with #FD9C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9C7B; }
p { color: rgb(253,156,123); }
H1.HeaderClassName
{
color: #FD9C7B;
}
.AnyTagClassName
{
color: #FD9C7B;
}
</style>
background-color css
<style>
a { background-color: #FD9C7B; }
a { background-color: rgb(253,156,123); }
div.DivClassName
{
background-color: #FD9C7B;
}
.BgClassName
{
background-color: #FD9C7B;
}
</style>
border-color css
<style>
span { border-color: #FD9C7B; }
span { border-color: rgb(253,156,123); }
td.TdClassName
{
border-color: #FD9C7B;
}
.TagClassName
{
border-color: #FD9C7B;
}
</style>