Shades of Light Salmon #F9AA88
Tints of Light Salmon #F9AA88
RGB
CMYK
RGB Variations
Color information
#F9AA88 (or 0xF9AA88) is known color: Light Salmon. HEX triplet: F9, AA and 88. RGB value is (249,170,136). Sum of RGB (Red+Green+Blue) = 249+170+136=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AA88 is #065577. Grayscale: #BDBDBD. Windows color (decimal): -415096 or 8956665. OLE color: 8956665.
HSL color Cylindrical-coordinate representation of color #F9AA88: hue angle of 18.05º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9AA88 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 136 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.02 |
| HSL | 18.05º | 0.9% | 0.75% | - |
| HSV(B) | 18.05º | 0.45% | 0.98% | - |
| XYZ | 57.89 | 50.67 | 30.02 | - |
| YUV | 189.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 136 | 0 | 0.32 | 0.45 | 0.02 | 18.05 | 0.9 | 0.75 |
| Hex | F9 | AA | 88 | 0 | 20 | 2D | 2 | 12 | 5A | 4B |
| Octal | 371 | 252 | 210 | 0 | 40 | 55 | 2 | 22 | 132 | 113 |
| Binary | 11111001 | 10101010 | 10001000 | 0 | 100000 | 101101 | 10 | 10010 | 1011010 | 1001011 |
Color Harmonies of #F9AA88
Complementary color
Monochromatic Colors of #F9AA88
Black with #F9AA88
Text Example
Text Example
White with #F9AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA88; }
p { color: rgb(249,170,136); }
H1.HeaderClassName
{
color: #F9AA88;
}
.AnyTagClassName
{
color: #F9AA88;
}
</style>
background-color css
<style>
a { background-color: #F9AA88; }
a { background-color: rgb(249,170,136); }
div.DivClassName
{
background-color: #F9AA88;
}
.BgClassName
{
background-color: #F9AA88;
}
</style>
border-color css
<style>
span { border-color: #F9AA88; }
span { border-color: rgb(249,170,136); }
td.TdClassName
{
border-color: #F9AA88;
}
.TagClassName
{
border-color: #F9AA88;
}
</style>