Shades of Light Salmon #FB9978
Tints of Light Salmon #FB9978
RGB
CMYK
RGB Variations
Color information
#FB9978 (or 0xFB9978) is known color: Light Salmon. HEX triplet: FB, 99 and 78. RGB value is (251,153,120). Sum of RGB (Red+Green+Blue) = 251+153+120=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9978 is #046687. Grayscale: #B2B2B2. Windows color (decimal): -288392 or 7903739. OLE color: 7903739.
HSL color Cylindrical-coordinate representation of color #FB9978: hue angle of 15.11º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB9978 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 120 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.02 |
| HSL | 15.11º | 0.94% | 0.73% | - |
| HSV(B) | 15.11º | 0.52% | 0.98% | - |
| XYZ | 54.57 | 44.65 | 23.51 | - |
| YUV | 178.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 120 | 0 | 0.39 | 0.52 | 0.02 | 15.11 | 0.94 | 0.73 |
| Hex | FB | 99 | 78 | 0 | 27 | 34 | 2 | F | 5E | 49 |
| Octal | 373 | 231 | 170 | 0 | 47 | 64 | 2 | 17 | 136 | 111 |
| Binary | 11111011 | 10011001 | 1111000 | 0 | 100111 | 110100 | 10 | 1111 | 1011110 | 1001001 |
Color Harmonies of #FB9978
Complementary color
Monochromatic Colors of #FB9978
Black with #FB9978
Text Example
Text Example
White with #FB9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9978; }
p { color: rgb(251,153,120); }
H1.HeaderClassName
{
color: #FB9978;
}
.AnyTagClassName
{
color: #FB9978;
}
</style>
background-color css
<style>
a { background-color: #FB9978; }
a { background-color: rgb(251,153,120); }
div.DivClassName
{
background-color: #FB9978;
}
.BgClassName
{
background-color: #FB9978;
}
</style>
border-color css
<style>
span { border-color: #FB9978; }
span { border-color: rgb(251,153,120); }
td.TdClassName
{
border-color: #FB9978;
}
.TagClassName
{
border-color: #FB9978;
}
</style>