Shades of Light Coral #FA8883
Tints of Light Coral #FA8883
RGB
CMYK
RGB Variations
Color information
#FA8883 (or 0xFA8883) is known color: Light Coral. HEX triplet: FA, 88 and 83. RGB value is (250,136,131). Sum of RGB (Red+Green+Blue) = 250+136+131=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8883 is #05777C. Grayscale: #A9A9A9. Windows color (decimal): -358269 or 8620282. OLE color: 8620282.
HSL color Cylindrical-coordinate representation of color #FA8883: hue angle of 2.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8883 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 131 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.02 |
| HSL | 2.52º | 0.92% | 0.75% | - |
| HSV(B) | 2.52º | 0.48% | 0.98% | - |
| XYZ | 52.33 | 39.57 | 26.35 | - |
| YUV | 169.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 131 | 0 | 0.46 | 0.48 | 0.02 | 2.52 | 0.92 | 0.75 |
| Hex | FA | 88 | 83 | 0 | 2E | 30 | 2 | 3 | 5C | 4B |
| Octal | 372 | 210 | 203 | 0 | 56 | 60 | 2 | 3 | 134 | 113 |
| Binary | 11111010 | 10001000 | 10000011 | 0 | 101110 | 110000 | 10 | 11 | 1011100 | 1001011 |
Color Harmonies of #FA8883
Complementary color
Monochromatic Colors of #FA8883
Black with #FA8883
Text Example
Text Example
White with #FA8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8883; }
p { color: rgb(250,136,131); }
H1.HeaderClassName
{
color: #FA8883;
}
.AnyTagClassName
{
color: #FA8883;
}
</style>
background-color css
<style>
a { background-color: #FA8883; }
a { background-color: rgb(250,136,131); }
div.DivClassName
{
background-color: #FA8883;
}
.BgClassName
{
background-color: #FA8883;
}
</style>
border-color css
<style>
span { border-color: #FA8883; }
span { border-color: rgb(250,136,131); }
td.TdClassName
{
border-color: #FA8883;
}
.TagClassName
{
border-color: #FA8883;
}
</style>