Shades of Salmon #FD807B
Tints of Salmon #FD807B
RGB
CMYK
RGB Variations
Color information
#FD807B (or 0xFD807B) is known color: Salmon. HEX triplet: FD, 80 and 7B. RGB value is (253,128,123). Sum of RGB (Red+Green+Blue) = 253+128+123=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD807B is #027F84. Grayscale: #A4A4A4. Windows color (decimal): -163717 or 8093949. OLE color: 8093949.
HSL color Cylindrical-coordinate representation of color #FD807B: hue angle of 2.31º degrees, saturation: 0.97, 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 #FD807B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 123 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.01 |
| HSL | 2.31º | 0.97% | 0.74% | - |
| HSV(B) | 2.31º | 0.51% | 0.99% | - |
| XYZ | 51.8 | 37.75 | 23.3 | - |
| YUV | 164.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 123 | 0 | 0.49 | 0.51 | 0.01 | 2.31 | 0.97 | 0.74 |
| Hex | FD | 80 | 7B | 0 | 31 | 33 | 1 | 2 | 61 | 4A |
| Octal | 375 | 200 | 173 | 0 | 61 | 63 | 1 | 2 | 141 | 112 |
| Binary | 11111101 | 10000000 | 1111011 | 0 | 110001 | 110011 | 1 | 10 | 1100001 | 1001010 |
Color Harmonies of #FD807B
Complementary color
Monochromatic Colors of #FD807B
Black with #FD807B
Text Example
Text Example
White with #FD807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD807B; }
p { color: rgb(253,128,123); }
H1.HeaderClassName
{
color: #FD807B;
}
.AnyTagClassName
{
color: #FD807B;
}
</style>
background-color css
<style>
a { background-color: #FD807B; }
a { background-color: rgb(253,128,123); }
div.DivClassName
{
background-color: #FD807B;
}
.BgClassName
{
background-color: #FD807B;
}
</style>
border-color css
<style>
span { border-color: #FD807B; }
span { border-color: rgb(253,128,123); }
td.TdClassName
{
border-color: #FD807B;
}
.TagClassName
{
border-color: #FD807B;
}
</style>