Shades of Light Salmon #F8A888
Tints of Light Salmon #F8A888
RGB
CMYK
RGB Variations
Color information
#F8A888 (or 0xF8A888) is known color: Light Salmon. HEX triplet: F8, A8 and 88. RGB value is (248,168,136). Sum of RGB (Red+Green+Blue) = 248+168+136=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A888 is #075777. Grayscale: #BCBCBC. Windows color (decimal): -481144 or 8956152. OLE color: 8956152.
HSL color Cylindrical-coordinate representation of color #F8A888: hue angle of 17.14º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8A888 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 136 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.03 |
| HSL | 17.14º | 0.89% | 0.75% | - |
| HSV(B) | 17.14º | 0.45% | 0.97% | - |
| XYZ | 57.16 | 49.74 | 29.88 | - |
| YUV | 188.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 136 | 0 | 0.32 | 0.45 | 0.03 | 17.14 | 0.89 | 0.75 |
| Hex | F8 | A8 | 88 | 0 | 20 | 2D | 3 | 11 | 59 | 4B |
| Octal | 370 | 250 | 210 | 0 | 40 | 55 | 3 | 21 | 131 | 113 |
| Binary | 11111000 | 10101000 | 10001000 | 0 | 100000 | 101101 | 11 | 10001 | 1011001 | 1001011 |
Color Harmonies of #F8A888
Complementary color
Monochromatic Colors of #F8A888
Black with #F8A888
Text Example
Text Example
White with #F8A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A888; }
p { color: rgb(248,168,136); }
H1.HeaderClassName
{
color: #F8A888;
}
.AnyTagClassName
{
color: #F8A888;
}
</style>
background-color css
<style>
a { background-color: #F8A888; }
a { background-color: rgb(248,168,136); }
div.DivClassName
{
background-color: #F8A888;
}
.BgClassName
{
background-color: #F8A888;
}
</style>
border-color css
<style>
span { border-color: #F8A888; }
span { border-color: rgb(248,168,136); }
td.TdClassName
{
border-color: #F8A888;
}
.TagClassName
{
border-color: #F8A888;
}
</style>