Shades of Light Coral #FA7C7B
Tints of Light Coral #FA7C7B
RGB
CMYK
RGB Variations
Color information
#FA7C7B (or 0xFA7C7B) is known color: Light Coral. HEX triplet: FA, 7C and 7B. RGB value is (250,124,123). Sum of RGB (Red+Green+Blue) = 250+124+123=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C7B is #058384. Grayscale: #A1A1A1. Windows color (decimal): -361349 or 8092922. OLE color: 8092922.
HSL color Cylindrical-coordinate representation of color #FA7C7B: hue angle of 0.47º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7C7B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 123 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.02 |
| HSL | 0.47º | 0.93% | 0.73% | - |
| HSV(B) | 0.47º | 0.51% | 0.98% | - |
| XYZ | 50.21 | 36.17 | 23.07 | - |
| YUV | 161.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 123 | 0 | 0.50 | 0.51 | 0.02 | 0.47 | 0.93 | 0.73 |
| Hex | FA | 7C | 7B | 0 | 32 | 33 | 2 | 0 | 5D | 49 |
| Octal | 372 | 174 | 173 | 0 | 62 | 63 | 2 | 0 | 135 | 111 |
| Binary | 11111010 | 1111100 | 1111011 | 0 | 110010 | 110011 | 10 | 0 | 1011101 | 1001001 |
Color Harmonies of #FA7C7B
Complementary color
Monochromatic Colors of #FA7C7B
Black with #FA7C7B
Text Example
Text Example
White with #FA7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C7B; }
p { color: rgb(250,124,123); }
H1.HeaderClassName
{
color: #FA7C7B;
}
.AnyTagClassName
{
color: #FA7C7B;
}
</style>
background-color css
<style>
a { background-color: #FA7C7B; }
a { background-color: rgb(250,124,123); }
div.DivClassName
{
background-color: #FA7C7B;
}
.BgClassName
{
background-color: #FA7C7B;
}
</style>
border-color css
<style>
span { border-color: #FA7C7B; }
span { border-color: rgb(250,124,123); }
td.TdClassName
{
border-color: #FA7C7B;
}
.TagClassName
{
border-color: #FA7C7B;
}
</style>