Shades of Light Salmon #FC9B7B
Tints of Light Salmon #FC9B7B
RGB
CMYK
RGB Variations
Color information
#FC9B7B (or 0xFC9B7B) is known color: Light Salmon. HEX triplet: FC, 9B and 7B. RGB value is (252,155,123). Sum of RGB (Red+Green+Blue) = 252+155+123=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9B7B is #036484. Grayscale: #B4B4B4. Windows color (decimal): -222341 or 8100860. OLE color: 8100860.
HSL color Cylindrical-coordinate representation of color #FC9B7B: hue angle of 14.88º 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 #FC9B7B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 123 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.01 |
| HSL | 14.88º | 0.96% | 0.74% | - |
| HSV(B) | 14.88º | 0.51% | 0.99% | - |
| XYZ | 55.44 | 45.57 | 24.61 | - |
| YUV | 180.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 123 | 0 | 0.38 | 0.51 | 0.01 | 14.88 | 0.96 | 0.74 |
| Hex | FC | 9B | 7B | 0 | 26 | 33 | 1 | F | 60 | 4A |
| Octal | 374 | 233 | 173 | 0 | 46 | 63 | 1 | 17 | 140 | 112 |
| Binary | 11111100 | 10011011 | 1111011 | 0 | 100110 | 110011 | 1 | 1111 | 1100000 | 1001010 |
Color Harmonies of #FC9B7B
Complementary color
Monochromatic Colors of #FC9B7B
Black with #FC9B7B
Text Example
Text Example
White with #FC9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9B7B; }
p { color: rgb(252,155,123); }
H1.HeaderClassName
{
color: #FC9B7B;
}
.AnyTagClassName
{
color: #FC9B7B;
}
</style>
background-color css
<style>
a { background-color: #FC9B7B; }
a { background-color: rgb(252,155,123); }
div.DivClassName
{
background-color: #FC9B7B;
}
.BgClassName
{
background-color: #FC9B7B;
}
</style>
border-color css
<style>
span { border-color: #FC9B7B; }
span { border-color: rgb(252,155,123); }
td.TdClassName
{
border-color: #FC9B7B;
}
.TagClassName
{
border-color: #FC9B7B;
}
</style>