Shades of Light Coral #FF8280
Tints of Light Coral #FF8280
RGB
CMYK
RGB Variations
Color information
#FF8280 (or 0xFF8280) is known color: Light Coral. HEX triplet: FF, 82 and 80. RGB value is (255,130,128). Sum of RGB (Red+Green+Blue) = 255+130+128=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8280 is #007D7F. Grayscale: #A7A7A7. Windows color (decimal): -32128 or 8422143. OLE color: 8422143.
HSL color Cylindrical-coordinate representation of color #FF8280: hue angle of 0.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8280 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 128 | - |
| CMYK | 0 | 0.49 | 0.50 | 0 |
| HSL | 0.94º | 1% | 0.75% | - |
| HSV(B) | 0.94º | 0.5% | 1% | - |
| XYZ | 53.12 | 38.78 | 25.11 | - |
| YUV | 167.15 | 105.91 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 128 | 0 | 0.49 | 0.50 | 0 | 0.94 | 1 | 0.75 |
| Hex | FF | 82 | 80 | 0 | 31 | 32 | 0 | 1 | 64 | 4B |
| Octal | 377 | 202 | 200 | 0 | 61 | 62 | 0 | 1 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10000000 | 0 | 110001 | 110010 | 0 | 1 | 1100100 | 1001011 |
Color Harmonies of #FF8280
Complementary color
Monochromatic Colors of #FF8280
Black with #FF8280
Text Example
Text Example
White with #FF8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8280; }
p { color: rgb(255,130,128); }
H1.HeaderClassName
{
color: #FF8280;
}
.AnyTagClassName
{
color: #FF8280;
}
</style>
background-color css
<style>
a { background-color: #FF8280; }
a { background-color: rgb(255,130,128); }
div.DivClassName
{
background-color: #FF8280;
}
.BgClassName
{
background-color: #FF8280;
}
</style>
border-color css
<style>
span { border-color: #FF8280; }
span { border-color: rgb(255,130,128); }
td.TdClassName
{
border-color: #FF8280;
}
.TagClassName
{
border-color: #FF8280;
}
</style>