Shades of Light Salmon #FC9D7D
Tints of Light Salmon #FC9D7D
RGB
CMYK
RGB Variations
Color information
#FC9D7D (or 0xFC9D7D) is known color: Light Salmon. HEX triplet: FC, 9D and 7D. RGB value is (252,157,125). Sum of RGB (Red+Green+Blue) = 252+157+125=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9D7D is #036282. Grayscale: #B5B5B5. Windows color (decimal): -221827 or 8232444. OLE color: 8232444.
HSL color Cylindrical-coordinate representation of color #FC9D7D: hue angle of 15.12º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC9D7D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 125 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.01 |
| HSL | 15.12º | 0.95% | 0.74% | - |
| HSV(B) | 15.12º | 0.5% | 0.99% | - |
| XYZ | 55.9 | 46.29 | 25.39 | - |
| YUV | 181.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 125 | 0 | 0.38 | 0.50 | 0.01 | 15.12 | 0.95 | 0.74 |
| Hex | FC | 9D | 7D | 0 | 26 | 32 | 1 | F | 5F | 4A |
| Octal | 374 | 235 | 175 | 0 | 46 | 62 | 1 | 17 | 137 | 112 |
| Binary | 11111100 | 10011101 | 1111101 | 0 | 100110 | 110010 | 1 | 1111 | 1011111 | 1001010 |
Color Harmonies of #FC9D7D
Complementary color
Monochromatic Colors of #FC9D7D
Black with #FC9D7D
Text Example
Text Example
White with #FC9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9D7D; }
p { color: rgb(252,157,125); }
H1.HeaderClassName
{
color: #FC9D7D;
}
.AnyTagClassName
{
color: #FC9D7D;
}
</style>
background-color css
<style>
a { background-color: #FC9D7D; }
a { background-color: rgb(252,157,125); }
div.DivClassName
{
background-color: #FC9D7D;
}
.BgClassName
{
background-color: #FC9D7D;
}
</style>
border-color css
<style>
span { border-color: #FC9D7D; }
span { border-color: rgb(252,157,125); }
td.TdClassName
{
border-color: #FC9D7D;
}
.TagClassName
{
border-color: #FC9D7D;
}
</style>