Shades of Coral Candy #FACDC0
Tints of Coral Candy #FACDC0
RGB
CMYK
RGB Variations
Color information
#FACDC0 (or 0xFACDC0) is known color: Coral Candy. HEX triplet: FA, CD and C0. RGB value is (250,205,192). Sum of RGB (Red+Green+Blue) = 250+205+192=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDC0 is #05323F. Grayscale: #D9D9D9. Windows color (decimal): -340544 or 12635642. OLE color: 12635642.
HSL color Cylindrical-coordinate representation of color #FACDC0: hue angle of 13.45º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FACDC0 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 192 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.02 |
| HSL | 13.45º | 0.85% | 0.87% | - |
| HSV(B) | 13.45º | 0.23% | 0.98% | - |
| XYZ | 70.77 | 67.79 | 59.22 | - |
| YUV | 216.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 192 | 0 | 0.18 | 0.23 | 0.02 | 13.45 | 0.85 | 0.87 |
| Hex | FA | CD | C0 | 0 | 12 | 17 | 2 | D | 55 | 57 |
| Octal | 372 | 315 | 300 | 0 | 22 | 27 | 2 | 15 | 125 | 127 |
| Binary | 11111010 | 11001101 | 11000000 | 0 | 10010 | 10111 | 10 | 1101 | 1010101 | 1010111 |
Color Harmonies of #FACDC0
Complementary color
Monochromatic Colors of #FACDC0
Black with #FACDC0
Text Example
Text Example
White with #FACDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDC0; }
p { color: rgb(250,205,192); }
H1.HeaderClassName
{
color: #FACDC0;
}
.AnyTagClassName
{
color: #FACDC0;
}
</style>
background-color css
<style>
a { background-color: #FACDC0; }
a { background-color: rgb(250,205,192); }
div.DivClassName
{
background-color: #FACDC0;
}
.BgClassName
{
background-color: #FACDC0;
}
</style>
border-color css
<style>
span { border-color: #FACDC0; }
span { border-color: rgb(250,205,192); }
td.TdClassName
{
border-color: #FACDC0;
}
.TagClassName
{
border-color: #FACDC0;
}
</style>