Shades of Light Salmon #FC9F7B
Tints of Light Salmon #FC9F7B
RGB
CMYK
RGB Variations
Color information
#FC9F7B (or 0xFC9F7B) is known color: Light Salmon. HEX triplet: FC, 9F and 7B. RGB value is (252,159,123). Sum of RGB (Red+Green+Blue) = 252+159+123=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9F7B is #036084. Grayscale: #B6B6B6. Windows color (decimal): -221317 or 8101884. OLE color: 8101884.
HSL color Cylindrical-coordinate representation of color #FC9F7B: hue angle of 16.74º degrees, saturation: 0.96, 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 #FC9F7B is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 123 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.01 |
| HSL | 16.74º | 0.96% | 0.74% | - |
| HSV(B) | 16.74º | 0.51% | 0.99% | - |
| XYZ | 56.12 | 46.92 | 24.84 | - |
| YUV | 182.7 | 94.31 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 123 | 0 | 0.37 | 0.51 | 0.01 | 16.74 | 0.96 | 0.74 |
| Hex | FC | 9F | 7B | 0 | 25 | 33 | 1 | 11 | 60 | 4A |
| Octal | 374 | 237 | 173 | 0 | 45 | 63 | 1 | 21 | 140 | 112 |
| Binary | 11111100 | 10011111 | 1111011 | 0 | 100101 | 110011 | 1 | 10001 | 1100000 | 1001010 |
Color Harmonies of #FC9F7B
Complementary color
Monochromatic Colors of #FC9F7B
Black with #FC9F7B
Text Example
Text Example
White with #FC9F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9F7B; }
p { color: rgb(252,159,123); }
H1.HeaderClassName
{
color: #FC9F7B;
}
.AnyTagClassName
{
color: #FC9F7B;
}
</style>
background-color css
<style>
a { background-color: #FC9F7B; }
a { background-color: rgb(252,159,123); }
div.DivClassName
{
background-color: #FC9F7B;
}
.BgClassName
{
background-color: #FC9F7B;
}
</style>
border-color css
<style>
span { border-color: #FC9F7B; }
span { border-color: rgb(252,159,123); }
td.TdClassName
{
border-color: #FC9F7B;
}
.TagClassName
{
border-color: #FC9F7B;
}
</style>