Shades of Light Coral #FA8380
Tints of Light Coral #FA8380
RGB
CMYK
RGB Variations
Color information
#FA8380 (or 0xFA8380) is known color: Light Coral. HEX triplet: FA, 83 and 80. RGB value is (250,131,128). Sum of RGB (Red+Green+Blue) = 250+131+128=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8380 is #057C7F. Grayscale: #A6A6A6. Windows color (decimal): -359552 or 8422394. OLE color: 8422394.
HSL color Cylindrical-coordinate representation of color #FA8380: hue angle of 1.48º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8380 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 128 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.02 |
| HSL | 1.48º | 0.92% | 0.74% | - |
| HSV(B) | 1.48º | 0.49% | 0.98% | - |
| XYZ | 51.44 | 38.12 | 25.07 | - |
| YUV | 166.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 128 | 0 | 0.48 | 0.49 | 0.02 | 1.48 | 0.92 | 0.74 |
| Hex | FA | 83 | 80 | 0 | 30 | 31 | 2 | 1 | 5C | 4A |
| Octal | 372 | 203 | 200 | 0 | 60 | 61 | 2 | 1 | 134 | 112 |
| Binary | 11111010 | 10000011 | 10000000 | 0 | 110000 | 110001 | 10 | 1 | 1011100 | 1001010 |
Color Harmonies of #FA8380
Complementary color
Monochromatic Colors of #FA8380
Black with #FA8380
Text Example
Text Example
White with #FA8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8380; }
p { color: rgb(250,131,128); }
H1.HeaderClassName
{
color: #FA8380;
}
.AnyTagClassName
{
color: #FA8380;
}
</style>
background-color css
<style>
a { background-color: #FA8380; }
a { background-color: rgb(250,131,128); }
div.DivClassName
{
background-color: #FA8380;
}
.BgClassName
{
background-color: #FA8380;
}
</style>
border-color css
<style>
span { border-color: #FA8380; }
span { border-color: rgb(250,131,128); }
td.TdClassName
{
border-color: #FA8380;
}
.TagClassName
{
border-color: #FA8380;
}
</style>