Shades of Light Coral #FA8680
Tints of Light Coral #FA8680
RGB
CMYK
RGB Variations
Color information
#FA8680 (or 0xFA8680) is known color: Light Coral. HEX triplet: FA, 86 and 80. RGB value is (250,134,128). Sum of RGB (Red+Green+Blue) = 250+134+128=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8680 is #05797F. Grayscale: #A8A8A8. Windows color (decimal): -358784 or 8423162. OLE color: 8423162.
HSL color Cylindrical-coordinate representation of color #FA8680: hue angle of 2.95º 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 #FA8680 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 128 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.02 |
| HSL | 2.95º | 0.92% | 0.74% | - |
| HSV(B) | 2.95º | 0.49% | 0.98% | - |
| XYZ | 51.85 | 38.93 | 25.2 | - |
| YUV | 168 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 128 | 0 | 0.46 | 0.49 | 0.02 | 2.95 | 0.92 | 0.74 |
| Hex | FA | 86 | 80 | 0 | 2E | 31 | 2 | 3 | 5C | 4A |
| Octal | 372 | 206 | 200 | 0 | 56 | 61 | 2 | 3 | 134 | 112 |
| Binary | 11111010 | 10000110 | 10000000 | 0 | 101110 | 110001 | 10 | 11 | 1011100 | 1001010 |
Color Harmonies of #FA8680
Complementary color
Monochromatic Colors of #FA8680
Black with #FA8680
Text Example
Text Example
White with #FA8680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8680; }
p { color: rgb(250,134,128); }
H1.HeaderClassName
{
color: #FA8680;
}
.AnyTagClassName
{
color: #FA8680;
}
</style>
background-color css
<style>
a { background-color: #FA8680; }
a { background-color: rgb(250,134,128); }
div.DivClassName
{
background-color: #FA8680;
}
.BgClassName
{
background-color: #FA8680;
}
</style>
border-color css
<style>
span { border-color: #FA8680; }
span { border-color: rgb(250,134,128); }
td.TdClassName
{
border-color: #FA8680;
}
.TagClassName
{
border-color: #FA8680;
}
</style>