Shades of Light Coral #FE8181
Tints of Light Coral #FE8181
RGB
CMYK
RGB Variations
Color information
#FE8181 (or 0xFE8181) is known color: Light Coral. HEX triplet: FE, 81 and 81. RGB value is (254,129,129). Sum of RGB (Red+Green+Blue) = 254+129+129=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8181 is #017E7E. Grayscale: #A6A6A6. Windows color (decimal): -97919 or 8487422. OLE color: 8487422.
HSL color Cylindrical-coordinate representation of color #FE8181: hue angle of 0º 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 #FE8181 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 129 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.00 |
| HSL | 0º | 0.98% | 0.75% | - |
| HSV(B) | 0º | 0.49% | 1% | - |
| XYZ | 52.69 | 38.36 | 25.4 | - |
| YUV | 166.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 129 | 0 | 0.49 | 0.49 | 0.00 | 0 | 0.98 | 0.75 |
| Hex | FE | 81 | 81 | 0 | 31 | 31 | 0 | 0 | 62 | 4B |
| Octal | 376 | 201 | 201 | 0 | 61 | 61 | 0 | 0 | 142 | 113 |
| Binary | 11111110 | 10000001 | 10000001 | 0 | 110001 | 110001 | 0 | 0 | 1100010 | 1001011 |
Color Harmonies of #FE8181
Complementary color
Monochromatic Colors of #FE8181
Black with #FE8181
Text Example
Text Example
White with #FE8181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8181; }
p { color: rgb(254,129,129); }
H1.HeaderClassName
{
color: #FE8181;
}
.AnyTagClassName
{
color: #FE8181;
}
</style>
background-color css
<style>
a { background-color: #FE8181; }
a { background-color: rgb(254,129,129); }
div.DivClassName
{
background-color: #FE8181;
}
.BgClassName
{
background-color: #FE8181;
}
</style>
border-color css
<style>
span { border-color: #FE8181; }
span { border-color: rgb(254,129,129); }
td.TdClassName
{
border-color: #FE8181;
}
.TagClassName
{
border-color: #FE8181;
}
</style>