Shades of Salmon #FC857B
Tints of Salmon #FC857B
RGB
CMYK
RGB Variations
Color information
#FC857B (or 0xFC857B) is known color: Salmon. HEX triplet: FC, 85 and 7B. RGB value is (252,133,123). Sum of RGB (Red+Green+Blue) = 252+133+123=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC857B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC857B is #037A84. Grayscale: #A7A7A7. Windows color (decimal): -227973 or 8095228. OLE color: 8095228.
HSL color Cylindrical-coordinate representation of color #FC857B: hue angle of 4.65º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC857B is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 123 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.01 |
| HSL | 4.65º | 0.96% | 0.74% | - |
| HSV(B) | 4.65º | 0.51% | 0.99% | - |
| XYZ | 52.11 | 38.9 | 23.5 | - |
| YUV | 167.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 123 | 0 | 0.47 | 0.51 | 0.01 | 4.65 | 0.96 | 0.74 |
| Hex | FC | 85 | 7B | 0 | 2F | 33 | 1 | 5 | 60 | 4A |
| Octal | 374 | 205 | 173 | 0 | 57 | 63 | 1 | 5 | 140 | 112 |
| Binary | 11111100 | 10000101 | 1111011 | 0 | 101111 | 110011 | 1 | 101 | 1100000 | 1001010 |
Color Harmonies of #FC857B
Complementary color
Monochromatic Colors of #FC857B
Black with #FC857B
Text Example
Text Example
White with #FC857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC857B; }
p { color: rgb(252,133,123); }
H1.HeaderClassName
{
color: #FC857B;
}
.AnyTagClassName
{
color: #FC857B;
}
</style>
background-color css
<style>
a { background-color: #FC857B; }
a { background-color: rgb(252,133,123); }
div.DivClassName
{
background-color: #FC857B;
}
.BgClassName
{
background-color: #FC857B;
}
</style>
border-color css
<style>
span { border-color: #FC857B; }
span { border-color: rgb(252,133,123); }
td.TdClassName
{
border-color: #FC857B;
}
.TagClassName
{
border-color: #FC857B;
}
</style>