Shades of Light Coral #FE8380
Tints of Light Coral #FE8380
RGB
CMYK
RGB Variations
Color information
#FE8380 (or 0xFE8380) is known color: Light Coral. HEX triplet: FE, 83 and 80. RGB value is (254,131,128). Sum of RGB (Red+Green+Blue) = 254+131+128=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8380 is #017C7F. Grayscale: #A7A7A7. Windows color (decimal): -97408 or 8422398. OLE color: 8422398.
HSL color Cylindrical-coordinate representation of color #FE8380: hue angle of 1.43º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE8380 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 128 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.00 |
| HSL | 1.43º | 0.98% | 0.75% | - |
| HSV(B) | 1.43º | 0.5% | 1% | - |
| XYZ | 52.89 | 38.86 | 25.14 | - |
| YUV | 167.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 128 | 0 | 0.48 | 0.50 | 0.00 | 1.43 | 0.98 | 0.75 |
| Hex | FE | 83 | 80 | 0 | 30 | 32 | 0 | 1 | 62 | 4B |
| Octal | 376 | 203 | 200 | 0 | 60 | 62 | 0 | 1 | 142 | 113 |
| Binary | 11111110 | 10000011 | 10000000 | 0 | 110000 | 110010 | 0 | 1 | 1100010 | 1001011 |
Color Harmonies of #FE8380
Complementary color
Monochromatic Colors of #FE8380
Black with #FE8380
Text Example
Text Example
White with #FE8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8380; }
p { color: rgb(254,131,128); }
H1.HeaderClassName
{
color: #FE8380;
}
.AnyTagClassName
{
color: #FE8380;
}
</style>
background-color css
<style>
a { background-color: #FE8380; }
a { background-color: rgb(254,131,128); }
div.DivClassName
{
background-color: #FE8380;
}
.BgClassName
{
background-color: #FE8380;
}
</style>
border-color css
<style>
span { border-color: #FE8380; }
span { border-color: rgb(254,131,128); }
td.TdClassName
{
border-color: #FE8380;
}
.TagClassName
{
border-color: #FE8380;
}
</style>