Shades of Light Coral #FA8885
Tints of Light Coral #FA8885
RGB
CMYK
RGB Variations
Color information
#FA8885 (or 0xFA8885) is known color: Light Coral. HEX triplet: FA, 88 and 85. RGB value is (250,136,133). Sum of RGB (Red+Green+Blue) = 250+136+133=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8885 is #05777A. Grayscale: #A9A9A9. Windows color (decimal): -358267 or 8751354. OLE color: 8751354.
HSL color Cylindrical-coordinate representation of color #FA8885: hue angle of 1.54º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA8885 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 133 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.02 |
| HSL | 1.54º | 0.92% | 0.75% | - |
| HSV(B) | 1.54º | 0.47% | 0.98% | - |
| XYZ | 52.46 | 39.63 | 27.07 | - |
| YUV | 169.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 133 | 0 | 0.46 | 0.47 | 0.02 | 1.54 | 0.92 | 0.75 |
| Hex | FA | 88 | 85 | 0 | 2E | 2F | 2 | 2 | 5C | 4B |
| Octal | 372 | 210 | 205 | 0 | 56 | 57 | 2 | 2 | 134 | 113 |
| Binary | 11111010 | 10001000 | 10000101 | 0 | 101110 | 101111 | 10 | 10 | 1011100 | 1001011 |
Color Harmonies of #FA8885
Complementary color
Monochromatic Colors of #FA8885
Black with #FA8885
Text Example
Text Example
White with #FA8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8885; }
p { color: rgb(250,136,133); }
H1.HeaderClassName
{
color: #FA8885;
}
.AnyTagClassName
{
color: #FA8885;
}
</style>
background-color css
<style>
a { background-color: #FA8885; }
a { background-color: rgb(250,136,133); }
div.DivClassName
{
background-color: #FA8885;
}
.BgClassName
{
background-color: #FA8885;
}
</style>
border-color css
<style>
span { border-color: #FA8885; }
span { border-color: rgb(250,136,133); }
td.TdClassName
{
border-color: #FA8885;
}
.TagClassName
{
border-color: #FA8885;
}
</style>