Shades of Salmon #FC816B
Tints of Salmon #FC816B
RGB
CMYK
RGB Variations
Color information
#FC816B (or 0xFC816B) is known color: Salmon. HEX triplet: FC, 81 and 6B. RGB value is (252,129,107). Sum of RGB (Red+Green+Blue) = 252+129+107=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC816B is #037E94. Grayscale: #A3A3A3. Windows color (decimal): -229013 or 7045628. OLE color: 7045628.
HSL color Cylindrical-coordinate representation of color #FC816B: hue angle of 9.1º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC816B is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 107 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.01 |
| HSL | 9.1º | 0.96% | 0.7% | - |
| HSV(B) | 9.1º | 0.58% | 0.99% | - |
| XYZ | 50.65 | 37.46 | 18.47 | - |
| YUV | 163.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 107 | 0 | 0.49 | 0.58 | 0.01 | 9.1 | 0.96 | 0.7 |
| Hex | FC | 81 | 6B | 0 | 31 | 3A | 1 | 9 | 60 | 46 |
| Octal | 374 | 201 | 153 | 0 | 61 | 72 | 1 | 11 | 140 | 106 |
| Binary | 11111100 | 10000001 | 1101011 | 0 | 110001 | 111010 | 1 | 1001 | 1100000 | 1000110 |
Color Harmonies of #FC816B
Complementary color
Monochromatic Colors of #FC816B
Black with #FC816B
Text Example
Text Example
White with #FC816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC816B; }
p { color: rgb(252,129,107); }
H1.HeaderClassName
{
color: #FC816B;
}
.AnyTagClassName
{
color: #FC816B;
}
</style>
background-color css
<style>
a { background-color: #FC816B; }
a { background-color: rgb(252,129,107); }
div.DivClassName
{
background-color: #FC816B;
}
.BgClassName
{
background-color: #FC816B;
}
</style>
border-color css
<style>
span { border-color: #FC816B; }
span { border-color: rgb(252,129,107); }
td.TdClassName
{
border-color: #FC816B;
}
.TagClassName
{
border-color: #FC816B;
}
</style>