Shades of Light Coral #FE7F7E
Tints of Light Coral #FE7F7E
RGB
CMYK
RGB Variations
Color information
#FE7F7E (or 0xFE7F7E) is known color: Light Coral. HEX triplet: FE, 7F and 7E. RGB value is (254,127,126). Sum of RGB (Red+Green+Blue) = 254+127+126=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7F7E is #018081. Grayscale: #A4A4A4. Windows color (decimal): -98434 or 8290302. OLE color: 8290302.
HSL color Cylindrical-coordinate representation of color #FE7F7E: hue angle of 0.47º 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 #FE7F7E is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 126 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.00 |
| HSL | 0.47º | 0.98% | 0.75% | - |
| HSV(B) | 0.47º | 0.5% | 1% | - |
| XYZ | 52.23 | 37.76 | 24.27 | - |
| YUV | 164.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 126 | 0 | 0.50 | 0.50 | 0.00 | 0.47 | 0.98 | 0.75 |
| Hex | FE | 7F | 7E | 0 | 32 | 32 | 0 | 0 | 62 | 4B |
| Octal | 376 | 177 | 176 | 0 | 62 | 62 | 0 | 0 | 142 | 113 |
| Binary | 11111110 | 1111111 | 1111110 | 0 | 110010 | 110010 | 0 | 0 | 1100010 | 1001011 |
Color Harmonies of #FE7F7E
Complementary color
Monochromatic Colors of #FE7F7E
Black with #FE7F7E
Text Example
Text Example
White with #FE7F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F7E; }
p { color: rgb(254,127,126); }
H1.HeaderClassName
{
color: #FE7F7E;
}
.AnyTagClassName
{
color: #FE7F7E;
}
</style>
background-color css
<style>
a { background-color: #FE7F7E; }
a { background-color: rgb(254,127,126); }
div.DivClassName
{
background-color: #FE7F7E;
}
.BgClassName
{
background-color: #FE7F7E;
}
</style>
border-color css
<style>
span { border-color: #FE7F7E; }
span { border-color: rgb(254,127,126); }
td.TdClassName
{
border-color: #FE7F7E;
}
.TagClassName
{
border-color: #FE7F7E;
}
</style>