Shades of Light Salmon #FF9B7B
Tints of Light Salmon #FF9B7B
RGB
CMYK
RGB Variations
Color information
#FF9B7B (or 0xFF9B7B) is known color: Light Salmon. HEX triplet: FF, 9B and 7B. RGB value is (255,155,123). Sum of RGB (Red+Green+Blue) = 255+155+123=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9B7B is #006484. Grayscale: #B5B5B5. Windows color (decimal): -25733 or 8100863. OLE color: 8100863.
HSL color Cylindrical-coordinate representation of color #FF9B7B: hue angle of 14.55º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF9B7B is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 123 | - |
| CMYK | 0 | 0.39 | 0.52 | 0 |
| HSL | 14.55º | 1% | 0.74% | - |
| HSV(B) | 14.55º | 0.52% | 1% | - |
| XYZ | 56.54 | 46.13 | 24.66 | - |
| YUV | 181.25 | 95.13 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 123 | 0 | 0.39 | 0.52 | 0 | 14.55 | 1 | 0.74 |
| Hex | FF | 9B | 7B | 0 | 27 | 34 | 0 | F | 64 | 4A |
| Octal | 377 | 233 | 173 | 0 | 47 | 64 | 0 | 17 | 144 | 112 |
| Binary | 11111111 | 10011011 | 1111011 | 0 | 100111 | 110100 | 0 | 1111 | 1100100 | 1001010 |
Color Harmonies of #FF9B7B
Complementary color
Monochromatic Colors of #FF9B7B
Black with #FF9B7B
Text Example
Text Example
White with #FF9B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B7B; }
p { color: rgb(255,155,123); }
H1.HeaderClassName
{
color: #FF9B7B;
}
.AnyTagClassName
{
color: #FF9B7B;
}
</style>
background-color css
<style>
a { background-color: #FF9B7B; }
a { background-color: rgb(255,155,123); }
div.DivClassName
{
background-color: #FF9B7B;
}
.BgClassName
{
background-color: #FF9B7B;
}
</style>
border-color css
<style>
span { border-color: #FF9B7B; }
span { border-color: rgb(255,155,123); }
td.TdClassName
{
border-color: #FF9B7B;
}
.TagClassName
{
border-color: #FF9B7B;
}
</style>