Shades of Light Salmon #FC9978
Tints of Light Salmon #FC9978
RGB
CMYK
RGB Variations
Color information
#FC9978 (or 0xFC9978) is known color: Light Salmon. HEX triplet: FC, 99 and 78. RGB value is (252,153,120). Sum of RGB (Red+Green+Blue) = 252+153+120=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9978 is #036687. Grayscale: #B3B3B3. Windows color (decimal): -222856 or 7903740. OLE color: 7903740.
HSL color Cylindrical-coordinate representation of color #FC9978: hue angle of 15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC9978 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 120 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.01 |
| HSL | 15º | 0.96% | 0.73% | - |
| HSV(B) | 15º | 0.52% | 0.99% | - |
| XYZ | 54.93 | 44.83 | 23.53 | - |
| YUV | 178.84 | 94.8 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 120 | 0 | 0.39 | 0.52 | 0.01 | 15 | 0.96 | 0.73 |
| Hex | FC | 99 | 78 | 0 | 27 | 34 | 1 | F | 60 | 49 |
| Octal | 374 | 231 | 170 | 0 | 47 | 64 | 1 | 17 | 140 | 111 |
| Binary | 11111100 | 10011001 | 1111000 | 0 | 100111 | 110100 | 1 | 1111 | 1100000 | 1001001 |
Color Harmonies of #FC9978
Complementary color
Monochromatic Colors of #FC9978
Black with #FC9978
Text Example
Text Example
White with #FC9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9978; }
p { color: rgb(252,153,120); }
H1.HeaderClassName
{
color: #FC9978;
}
.AnyTagClassName
{
color: #FC9978;
}
</style>
background-color css
<style>
a { background-color: #FC9978; }
a { background-color: rgb(252,153,120); }
div.DivClassName
{
background-color: #FC9978;
}
.BgClassName
{
background-color: #FC9978;
}
</style>
border-color css
<style>
span { border-color: #FC9978; }
span { border-color: rgb(252,153,120); }
td.TdClassName
{
border-color: #FC9978;
}
.TagClassName
{
border-color: #FC9978;
}
</style>