Shades of Light Coral #FE8581
Tints of Light Coral #FE8581
RGB
CMYK
RGB Variations
Color information
#FE8581 (or 0xFE8581) is known color: Light Coral. HEX triplet: FE, 85 and 81. RGB value is (254,133,129). Sum of RGB (Red+Green+Blue) = 254+133+129=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8581 is #017A7E. Grayscale: #A8A8A8. Windows color (decimal): -96895 or 8488446. OLE color: 8488446.
HSL color Cylindrical-coordinate representation of color #FE8581: hue angle of 1.92º 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 #FE8581 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 129 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.00 |
| HSL | 1.92º | 0.98% | 0.75% | - |
| HSV(B) | 1.92º | 0.49% | 1% | - |
| XYZ | 53.22 | 39.43 | 25.57 | - |
| YUV | 168.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 129 | 0 | 0.48 | 0.49 | 0.00 | 1.92 | 0.98 | 0.75 |
| Hex | FE | 85 | 81 | 0 | 30 | 31 | 0 | 2 | 62 | 4B |
| Octal | 376 | 205 | 201 | 0 | 60 | 61 | 0 | 2 | 142 | 113 |
| Binary | 11111110 | 10000101 | 10000001 | 0 | 110000 | 110001 | 0 | 10 | 1100010 | 1001011 |
Color Harmonies of #FE8581
Complementary color
Monochromatic Colors of #FE8581
Black with #FE8581
Text Example
Text Example
White with #FE8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8581; }
p { color: rgb(254,133,129); }
H1.HeaderClassName
{
color: #FE8581;
}
.AnyTagClassName
{
color: #FE8581;
}
</style>
background-color css
<style>
a { background-color: #FE8581; }
a { background-color: rgb(254,133,129); }
div.DivClassName
{
background-color: #FE8581;
}
.BgClassName
{
background-color: #FE8581;
}
</style>
border-color css
<style>
span { border-color: #FE8581; }
span { border-color: rgb(254,133,129); }
td.TdClassName
{
border-color: #FE8581;
}
.TagClassName
{
border-color: #FE8581;
}
</style>