Shades of Light Salmon #F89B7B
Tints of Light Salmon #F89B7B
RGB
CMYK
RGB Variations
Color information
#F89B7B (or 0xF89B7B) is known color: Light Salmon. HEX triplet: F8, 9B and 7B. RGB value is (248,155,123). Sum of RGB (Red+Green+Blue) = 248+155+123=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B7B is #076484. Grayscale: #B3B3B3. Windows color (decimal): -484485 or 8100856. OLE color: 8100856.
HSL color Cylindrical-coordinate representation of color #F89B7B: hue angle of 15.36º 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 #F89B7B is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 123 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.03 |
| HSL | 15.36º | 0.9% | 0.73% | - |
| HSV(B) | 15.36º | 0.5% | 0.97% | - |
| XYZ | 54.01 | 44.83 | 24.55 | - |
| YUV | 179.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 123 | 0 | 0.38 | 0.50 | 0.03 | 15.36 | 0.9 | 0.73 |
| Hex | F8 | 9B | 7B | 0 | 26 | 32 | 3 | F | 5A | 49 |
| Octal | 370 | 233 | 173 | 0 | 46 | 62 | 3 | 17 | 132 | 111 |
| Binary | 11111000 | 10011011 | 1111011 | 0 | 100110 | 110010 | 11 | 1111 | 1011010 | 1001001 |
Color Harmonies of #F89B7B
Complementary color
Monochromatic Colors of #F89B7B
Black with #F89B7B
Text Example
Text Example
White with #F89B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B7B; }
p { color: rgb(248,155,123); }
H1.HeaderClassName
{
color: #F89B7B;
}
.AnyTagClassName
{
color: #F89B7B;
}
</style>
background-color css
<style>
a { background-color: #F89B7B; }
a { background-color: rgb(248,155,123); }
div.DivClassName
{
background-color: #F89B7B;
}
.BgClassName
{
background-color: #F89B7B;
}
</style>
border-color css
<style>
span { border-color: #F89B7B; }
span { border-color: rgb(248,155,123); }
td.TdClassName
{
border-color: #F89B7B;
}
.TagClassName
{
border-color: #F89B7B;
}
</style>