Shades of Light Coral #FE8882
Tints of Light Coral #FE8882
RGB
CMYK
RGB Variations
Color information
#FE8882 (or 0xFE8882) is known color: Light Coral. HEX triplet: FE, 88 and 82. RGB value is (254,136,130). Sum of RGB (Red+Green+Blue) = 254+136+130=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8882 is #01777D. Grayscale: #AAAAAA. Windows color (decimal): -96126 or 8554750. OLE color: 8554750.
HSL color Cylindrical-coordinate representation of color #FE8882: hue angle of 2.9º 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 #FE8882 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 130 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.00 |
| HSL | 2.9º | 0.98% | 0.75% | - |
| HSV(B) | 2.9º | 0.49% | 1% | - |
| XYZ | 53.71 | 40.29 | 26.07 | - |
| YUV | 170.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 130 | 0 | 0.46 | 0.49 | 0.00 | 2.9 | 0.98 | 0.75 |
| Hex | FE | 88 | 82 | 0 | 2E | 31 | 0 | 3 | 62 | 4B |
| Octal | 376 | 210 | 202 | 0 | 56 | 61 | 0 | 3 | 142 | 113 |
| Binary | 11111110 | 10001000 | 10000010 | 0 | 101110 | 110001 | 0 | 11 | 1100010 | 1001011 |
Color Harmonies of #FE8882
Complementary color
Monochromatic Colors of #FE8882
Black with #FE8882
Text Example
Text Example
White with #FE8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8882; }
p { color: rgb(254,136,130); }
H1.HeaderClassName
{
color: #FE8882;
}
.AnyTagClassName
{
color: #FE8882;
}
</style>
background-color css
<style>
a { background-color: #FE8882; }
a { background-color: rgb(254,136,130); }
div.DivClassName
{
background-color: #FE8882;
}
.BgClassName
{
background-color: #FE8882;
}
</style>
border-color css
<style>
span { border-color: #FE8882; }
span { border-color: rgb(254,136,130); }
td.TdClassName
{
border-color: #FE8882;
}
.TagClassName
{
border-color: #FE8882;
}
</style>