Shades of Light Coral #FE8884
Tints of Light Coral #FE8884
RGB
CMYK
RGB Variations
Color information
#FE8884 (or 0xFE8884) is known color: Light Coral. HEX triplet: FE, 88 and 84. RGB value is (254,136,132). Sum of RGB (Red+Green+Blue) = 254+136+132=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8884 is #01777B. Grayscale: #AAAAAA. Windows color (decimal): -96124 or 8685822. OLE color: 8685822.
HSL color Cylindrical-coordinate representation of color #FE8884: hue angle of 1.97º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE8884 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 132 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.00 |
| HSL | 1.97º | 0.98% | 0.76% | - |
| HSV(B) | 1.97º | 0.48% | 1% | - |
| XYZ | 53.84 | 40.35 | 26.78 | - |
| YUV | 170.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 132 | 0 | 0.46 | 0.48 | 0.00 | 1.97 | 0.98 | 0.76 |
| Hex | FE | 88 | 84 | 0 | 2E | 30 | 0 | 2 | 62 | 4C |
| Octal | 376 | 210 | 204 | 0 | 56 | 60 | 0 | 2 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10000100 | 0 | 101110 | 110000 | 0 | 10 | 1100010 | 1001100 |
Color Harmonies of #FE8884
Complementary color
Monochromatic Colors of #FE8884
Black with #FE8884
Text Example
Text Example
White with #FE8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8884; }
p { color: rgb(254,136,132); }
H1.HeaderClassName
{
color: #FE8884;
}
.AnyTagClassName
{
color: #FE8884;
}
</style>
background-color css
<style>
a { background-color: #FE8884; }
a { background-color: rgb(254,136,132); }
div.DivClassName
{
background-color: #FE8884;
}
.BgClassName
{
background-color: #FE8884;
}
</style>
border-color css
<style>
span { border-color: #FE8884; }
span { border-color: rgb(254,136,132); }
td.TdClassName
{
border-color: #FE8884;
}
.TagClassName
{
border-color: #FE8884;
}
</style>