Shades of Salmon #FE807D
Tints of Salmon #FE807D
RGB
CMYK
RGB Variations
Color information
#FE807D (or 0xFE807D) is known color: Salmon. HEX triplet: FE, 80 and 7D. RGB value is (254,128,125). Sum of RGB (Red+Green+Blue) = 254+128+125=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE807D is #017F82. Grayscale: #A5A5A5. Windows color (decimal): -98179 or 8225022. OLE color: 8225022.
HSL color Cylindrical-coordinate representation of color #FE807D: hue angle of 1.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE807D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 125 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.00 |
| HSL | 1.4º | 0.98% | 0.74% | - |
| HSV(B) | 1.4º | 0.51% | 1% | - |
| XYZ | 52.29 | 37.99 | 23.98 | - |
| YUV | 165.33 | 105.24 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 125 | 0 | 0.50 | 0.51 | 0.00 | 1.4 | 0.98 | 0.74 |
| Hex | FE | 80 | 7D | 0 | 32 | 33 | 0 | 1 | 62 | 4A |
| Octal | 376 | 200 | 175 | 0 | 62 | 63 | 0 | 1 | 142 | 112 |
| Binary | 11111110 | 10000000 | 1111101 | 0 | 110010 | 110011 | 0 | 1 | 1100010 | 1001010 |
Color Harmonies of #FE807D
Complementary color
Monochromatic Colors of #FE807D
Black with #FE807D
Text Example
Text Example
White with #FE807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE807D; }
p { color: rgb(254,128,125); }
H1.HeaderClassName
{
color: #FE807D;
}
.AnyTagClassName
{
color: #FE807D;
}
</style>
background-color css
<style>
a { background-color: #FE807D; }
a { background-color: rgb(254,128,125); }
div.DivClassName
{
background-color: #FE807D;
}
.BgClassName
{
background-color: #FE807D;
}
</style>
border-color css
<style>
span { border-color: #FE807D; }
span { border-color: rgb(254,128,125); }
td.TdClassName
{
border-color: #FE807D;
}
.TagClassName
{
border-color: #FE807D;
}
</style>