Shades of Salmon #FD827B
Tints of Salmon #FD827B
RGB
CMYK
RGB Variations
Color information
#FD827B (or 0xFD827B) is known color: Salmon. HEX triplet: FD, 82 and 7B. RGB value is (253,130,123). Sum of RGB (Red+Green+Blue) = 253+130+123=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD827B is #027D84. Grayscale: #A6A6A6. Windows color (decimal): -163205 or 8094461. OLE color: 8094461.
HSL color Cylindrical-coordinate representation of color #FD827B: hue angle of 3.23º 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 #FD827B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 123 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.01 |
| HSL | 3.23º | 0.97% | 0.74% | - |
| HSV(B) | 3.23º | 0.51% | 0.99% | - |
| XYZ | 52.07 | 38.28 | 23.38 | - |
| YUV | 165.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 123 | 0 | 0.49 | 0.51 | 0.01 | 3.23 | 0.97 | 0.74 |
| Hex | FD | 82 | 7B | 0 | 31 | 33 | 1 | 3 | 61 | 4A |
| Octal | 375 | 202 | 173 | 0 | 61 | 63 | 1 | 3 | 141 | 112 |
| Binary | 11111101 | 10000010 | 1111011 | 0 | 110001 | 110011 | 1 | 11 | 1100001 | 1001010 |
Color Harmonies of #FD827B
Complementary color
Monochromatic Colors of #FD827B
Black with #FD827B
Text Example
Text Example
White with #FD827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD827B; }
p { color: rgb(253,130,123); }
H1.HeaderClassName
{
color: #FD827B;
}
.AnyTagClassName
{
color: #FD827B;
}
</style>
background-color css
<style>
a { background-color: #FD827B; }
a { background-color: rgb(253,130,123); }
div.DivClassName
{
background-color: #FD827B;
}
.BgClassName
{
background-color: #FD827B;
}
</style>
border-color css
<style>
span { border-color: #FD827B; }
span { border-color: rgb(253,130,123); }
td.TdClassName
{
border-color: #FD827B;
}
.TagClassName
{
border-color: #FD827B;
}
</style>