Shades of Light Coral #FA8080
Tints of Light Coral #FA8080
RGB
CMYK
RGB Variations
Color information
#FA8080 (or 0xFA8080) is known color: Light Coral. HEX triplet: FA, 80 and 80. RGB value is (250,128,128). Sum of RGB (Red+Green+Blue) = 250+128+128=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8080 is #057F7F. Grayscale: #A4A4A4. Windows color (decimal): -360320 or 8421626. OLE color: 8421626.
HSL color Cylindrical-coordinate representation of color #FA8080: hue angle of 0º 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 #FA8080 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 128 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.02 |
| HSL | 0º | 0.92% | 0.74% | - |
| HSV(B) | 0º | 0.49% | 0.98% | - |
| XYZ | 51.04 | 37.32 | 24.94 | - |
| YUV | 164.48 | 107.42 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 128 | 0 | 0.49 | 0.49 | 0.02 | 0 | 0.92 | 0.74 |
| Hex | FA | 80 | 80 | 0 | 31 | 31 | 2 | 0 | 5C | 4A |
| Octal | 372 | 200 | 200 | 0 | 61 | 61 | 2 | 0 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10000000 | 0 | 110001 | 110001 | 10 | 0 | 1011100 | 1001010 |
Color Harmonies of #FA8080
Complementary color
Monochromatic Colors of #FA8080
Black with #FA8080
Text Example
Text Example
White with #FA8080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8080; }
p { color: rgb(250,128,128); }
H1.HeaderClassName
{
color: #FA8080;
}
.AnyTagClassName
{
color: #FA8080;
}
</style>
background-color css
<style>
a { background-color: #FA8080; }
a { background-color: rgb(250,128,128); }
div.DivClassName
{
background-color: #FA8080;
}
.BgClassName
{
background-color: #FA8080;
}
</style>
border-color css
<style>
span { border-color: #FA8080; }
span { border-color: rgb(250,128,128); }
td.TdClassName
{
border-color: #FA8080;
}
.TagClassName
{
border-color: #FA8080;
}
</style>