Shades of Light Coral #FE7E7E
Tints of Light Coral #FE7E7E
RGB
CMYK
RGB Variations
Color information
#FE7E7E (or 0xFE7E7E) is known color: Light Coral. HEX triplet: FE, 7E and 7E. RGB value is (254,126,126). Sum of RGB (Red+Green+Blue) = 254+126+126=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7E7E is #018181. Grayscale: #A4A4A4. Windows color (decimal): -98690 or 8290046. OLE color: 8290046.
HSL color Cylindrical-coordinate representation of color #FE7E7E: hue angle of 0º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7E7E is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 126 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.00 |
| HSL | 0º | 0.98% | 0.75% | - |
| HSV(B) | 0º | 0.5% | 1% | - |
| XYZ | 52.1 | 37.5 | 24.23 | - |
| YUV | 164.27 | 106.41 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 126 | 0 | 0.50 | 0.50 | 0.00 | 0 | 0.98 | 0.75 |
| Hex | FE | 7E | 7E | 0 | 32 | 32 | 0 | 0 | 62 | 4B |
| Octal | 376 | 176 | 176 | 0 | 62 | 62 | 0 | 0 | 142 | 113 |
| Binary | 11111110 | 1111110 | 1111110 | 0 | 110010 | 110010 | 0 | 0 | 1100010 | 1001011 |
Color Harmonies of #FE7E7E
Complementary color
Monochromatic Colors of #FE7E7E
Black with #FE7E7E
Text Example
Text Example
White with #FE7E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E7E; }
p { color: rgb(254,126,126); }
H1.HeaderClassName
{
color: #FE7E7E;
}
.AnyTagClassName
{
color: #FE7E7E;
}
</style>
background-color css
<style>
a { background-color: #FE7E7E; }
a { background-color: rgb(254,126,126); }
div.DivClassName
{
background-color: #FE7E7E;
}
.BgClassName
{
background-color: #FE7E7E;
}
</style>
border-color css
<style>
span { border-color: #FE7E7E; }
span { border-color: rgb(254,126,126); }
td.TdClassName
{
border-color: #FE7E7E;
}
.TagClassName
{
border-color: #FE7E7E;
}
</style>