Shades of Light Salmon #F89D7B
Tints of Light Salmon #F89D7B
RGB
CMYK
RGB Variations
Color information
#F89D7B (or 0xF89D7B) is known color: Light Salmon. HEX triplet: F8, 9D and 7B. RGB value is (248,157,123). Sum of RGB (Red+Green+Blue) = 248+157+123=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D7B is #076284. Grayscale: #B4B4B4. Windows color (decimal): -483973 or 8101368. OLE color: 8101368.
HSL color Cylindrical-coordinate representation of color #F89D7B: hue angle of 16.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F89D7B is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 123 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.03 |
| HSL | 16.32º | 0.9% | 0.73% | - |
| HSV(B) | 16.32º | 0.5% | 0.97% | - |
| XYZ | 54.34 | 45.5 | 24.66 | - |
| YUV | 180.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 123 | 0 | 0.37 | 0.50 | 0.03 | 16.32 | 0.9 | 0.73 |
| Hex | F8 | 9D | 7B | 0 | 25 | 32 | 3 | 10 | 5A | 49 |
| Octal | 370 | 235 | 173 | 0 | 45 | 62 | 3 | 20 | 132 | 111 |
| Binary | 11111000 | 10011101 | 1111011 | 0 | 100101 | 110010 | 11 | 10000 | 1011010 | 1001001 |
Color Harmonies of #F89D7B
Complementary color
Monochromatic Colors of #F89D7B
Black with #F89D7B
Text Example
Text Example
White with #F89D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D7B; }
p { color: rgb(248,157,123); }
H1.HeaderClassName
{
color: #F89D7B;
}
.AnyTagClassName
{
color: #F89D7B;
}
</style>
background-color css
<style>
a { background-color: #F89D7B; }
a { background-color: rgb(248,157,123); }
div.DivClassName
{
background-color: #F89D7B;
}
.BgClassName
{
background-color: #F89D7B;
}
</style>
border-color css
<style>
span { border-color: #F89D7B; }
span { border-color: rgb(248,157,123); }
td.TdClassName
{
border-color: #F89D7B;
}
.TagClassName
{
border-color: #F89D7B;
}
</style>