Shades of Light Coral #FE8481
Tints of Light Coral #FE8481
RGB
CMYK
RGB Variations
Color information
#FE8481 (or 0xFE8481) is known color: Light Coral. HEX triplet: FE, 84 and 81. RGB value is (254,132,129). Sum of RGB (Red+Green+Blue) = 254+132+129=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8481 is #017B7E. Grayscale: #A8A8A8. Windows color (decimal): -97151 or 8488190. OLE color: 8488190.
HSL color Cylindrical-coordinate representation of color #FE8481: hue angle of 1.44º 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 #FE8481 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 129 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.00 |
| HSL | 1.44º | 0.98% | 0.75% | - |
| HSV(B) | 1.44º | 0.49% | 1% | - |
| XYZ | 53.09 | 39.16 | 25.53 | - |
| YUV | 168.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 129 | 0 | 0.48 | 0.49 | 0.00 | 1.44 | 0.98 | 0.75 |
| Hex | FE | 84 | 81 | 0 | 30 | 31 | 0 | 1 | 62 | 4B |
| Octal | 376 | 204 | 201 | 0 | 60 | 61 | 0 | 1 | 142 | 113 |
| Binary | 11111110 | 10000100 | 10000001 | 0 | 110000 | 110001 | 0 | 1 | 1100010 | 1001011 |
Color Harmonies of #FE8481
Complementary color
Monochromatic Colors of #FE8481
Black with #FE8481
Text Example
Text Example
White with #FE8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8481; }
p { color: rgb(254,132,129); }
H1.HeaderClassName
{
color: #FE8481;
}
.AnyTagClassName
{
color: #FE8481;
}
</style>
background-color css
<style>
a { background-color: #FE8481; }
a { background-color: rgb(254,132,129); }
div.DivClassName
{
background-color: #FE8481;
}
.BgClassName
{
background-color: #FE8481;
}
</style>
border-color css
<style>
span { border-color: #FE8481; }
span { border-color: rgb(254,132,129); }
td.TdClassName
{
border-color: #FE8481;
}
.TagClassName
{
border-color: #FE8481;
}
</style>