Shades of Light Coral #FE8982
Tints of Light Coral #FE8982
RGB
CMYK
RGB Variations
Color information
#FE8982 (or 0xFE8982) is known color: Light Coral. HEX triplet: FE, 89 and 82. RGB value is (254,137,130). Sum of RGB (Red+Green+Blue) = 254+137+130=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8982 is #01767D. Grayscale: #ABABAB. Windows color (decimal): -95870 or 8555006. OLE color: 8555006.
HSL color Cylindrical-coordinate representation of color #FE8982: hue angle of 3.39º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE8982 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 130 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.00 |
| HSL | 3.39º | 0.98% | 0.75% | - |
| HSV(B) | 3.39º | 0.49% | 1% | - |
| XYZ | 53.85 | 40.57 | 26.11 | - |
| YUV | 171.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 130 | 0 | 0.46 | 0.49 | 0.00 | 3.39 | 0.98 | 0.75 |
| Hex | FE | 89 | 82 | 0 | 2E | 31 | 0 | 3 | 62 | 4B |
| Octal | 376 | 211 | 202 | 0 | 56 | 61 | 0 | 3 | 142 | 113 |
| Binary | 11111110 | 10001001 | 10000010 | 0 | 101110 | 110001 | 0 | 11 | 1100010 | 1001011 |
Color Harmonies of #FE8982
Complementary color
Monochromatic Colors of #FE8982
Black with #FE8982
Text Example
Text Example
White with #FE8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8982; }
p { color: rgb(254,137,130); }
H1.HeaderClassName
{
color: #FE8982;
}
.AnyTagClassName
{
color: #FE8982;
}
</style>
background-color css
<style>
a { background-color: #FE8982; }
a { background-color: rgb(254,137,130); }
div.DivClassName
{
background-color: #FE8982;
}
.BgClassName
{
background-color: #FE8982;
}
</style>
border-color css
<style>
span { border-color: #FE8982; }
span { border-color: rgb(254,137,130); }
td.TdClassName
{
border-color: #FE8982;
}
.TagClassName
{
border-color: #FE8982;
}
</style>