Shades of Light Coral #FB7E7D
Tints of Light Coral #FB7E7D
RGB
CMYK
RGB Variations
Color information
#FB7E7D (or 0xFB7E7D) is known color: Light Coral. HEX triplet: FB, 7E and 7D. RGB value is (251,126,125). Sum of RGB (Red+Green+Blue) = 251+126+125=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7E7D is #048182. Grayscale: #A3A3A3. Windows color (decimal): -295299 or 8224507. OLE color: 8224507.
HSL color Cylindrical-coordinate representation of color #FB7E7D: hue angle of 0.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7E7D is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 125 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.02 |
| HSL | 0.48º | 0.94% | 0.74% | - |
| HSV(B) | 0.48º | 0.5% | 0.98% | - |
| XYZ | 50.95 | 36.91 | 23.84 | - |
| YUV | 163.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 125 | 0 | 0.50 | 0.50 | 0.02 | 0.48 | 0.94 | 0.74 |
| Hex | FB | 7E | 7D | 0 | 32 | 32 | 2 | 0 | 5E | 4A |
| Octal | 373 | 176 | 175 | 0 | 62 | 62 | 2 | 0 | 136 | 112 |
| Binary | 11111011 | 1111110 | 1111101 | 0 | 110010 | 110010 | 10 | 0 | 1011110 | 1001010 |
Color Harmonies of #FB7E7D
Complementary color
Monochromatic Colors of #FB7E7D
Black with #FB7E7D
Text Example
Text Example
White with #FB7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7E7D; }
p { color: rgb(251,126,125); }
H1.HeaderClassName
{
color: #FB7E7D;
}
.AnyTagClassName
{
color: #FB7E7D;
}
</style>
background-color css
<style>
a { background-color: #FB7E7D; }
a { background-color: rgb(251,126,125); }
div.DivClassName
{
background-color: #FB7E7D;
}
.BgClassName
{
background-color: #FB7E7D;
}
</style>
border-color css
<style>
span { border-color: #FB7E7D; }
span { border-color: rgb(251,126,125); }
td.TdClassName
{
border-color: #FB7E7D;
}
.TagClassName
{
border-color: #FB7E7D;
}
</style>