Shades of Salmon #FE817B
Tints of Salmon #FE817B
RGB
CMYK
RGB Variations
Color information
#FE817B (or 0xFE817B) is known color: Salmon. HEX triplet: FE, 81 and 7B. RGB value is (254,129,123). Sum of RGB (Red+Green+Blue) = 254+129+123=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE817B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE817B is #017E84. Grayscale: #A5A5A5. Windows color (decimal): -97925 or 8094206. OLE color: 8094206.
HSL color Cylindrical-coordinate representation of color #FE817B: hue angle of 2.75º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE817B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 123 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.00 |
| HSL | 2.75º | 0.98% | 0.74% | - |
| HSV(B) | 2.75º | 0.52% | 1% | - |
| XYZ | 52.3 | 38.2 | 23.36 | - |
| YUV | 165.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 123 | 0 | 0.49 | 0.52 | 0.00 | 2.75 | 0.98 | 0.74 |
| Hex | FE | 81 | 7B | 0 | 31 | 34 | 0 | 3 | 62 | 4A |
| Octal | 376 | 201 | 173 | 0 | 61 | 64 | 0 | 3 | 142 | 112 |
| Binary | 11111110 | 10000001 | 1111011 | 0 | 110001 | 110100 | 0 | 11 | 1100010 | 1001010 |
Color Harmonies of #FE817B
Complementary color
Monochromatic Colors of #FE817B
Black with #FE817B
Text Example
Text Example
White with #FE817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE817B; }
p { color: rgb(254,129,123); }
H1.HeaderClassName
{
color: #FE817B;
}
.AnyTagClassName
{
color: #FE817B;
}
</style>
background-color css
<style>
a { background-color: #FE817B; }
a { background-color: rgb(254,129,123); }
div.DivClassName
{
background-color: #FE817B;
}
.BgClassName
{
background-color: #FE817B;
}
</style>
border-color css
<style>
span { border-color: #FE817B; }
span { border-color: rgb(254,129,123); }
td.TdClassName
{
border-color: #FE817B;
}
.TagClassName
{
border-color: #FE817B;
}
</style>