Shades of Coral Candy #FACEC5
Tints of Coral Candy #FACEC5
RGB
CMYK
RGB Variations
Color information
#FACEC5 (or 0xFACEC5) is known color: Coral Candy. HEX triplet: FA, CE and C5. RGB value is (250,206,197). Sum of RGB (Red+Green+Blue) = 250+206+197=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC5 is #05313A. Grayscale: #DADADA. Windows color (decimal): -340283 or 12963578. OLE color: 12963578.
HSL color Cylindrical-coordinate representation of color #FACEC5: hue angle of 10.19º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FACEC5 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 197 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.02 |
| HSL | 10.19º | 0.84% | 0.88% | - |
| HSV(B) | 10.19º | 0.21% | 0.98% | - |
| XYZ | 71.57 | 68.5 | 62.27 | - |
| YUV | 218.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 197 | 0 | 0.18 | 0.21 | 0.02 | 10.19 | 0.84 | 0.88 |
| Hex | FA | CE | C5 | 0 | 12 | 15 | 2 | A | 54 | 58 |
| Octal | 372 | 316 | 305 | 0 | 22 | 25 | 2 | 12 | 124 | 130 |
| Binary | 11111010 | 11001110 | 11000101 | 0 | 10010 | 10101 | 10 | 1010 | 1010100 | 1011000 |
Color Harmonies of #FACEC5
Complementary color
Monochromatic Colors of #FACEC5
Black with #FACEC5
Text Example
Text Example
White with #FACEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEC5; }
p { color: rgb(250,206,197); }
H1.HeaderClassName
{
color: #FACEC5;
}
.AnyTagClassName
{
color: #FACEC5;
}
</style>
background-color css
<style>
a { background-color: #FACEC5; }
a { background-color: rgb(250,206,197); }
div.DivClassName
{
background-color: #FACEC5;
}
.BgClassName
{
background-color: #FACEC5;
}
</style>
border-color css
<style>
span { border-color: #FACEC5; }
span { border-color: rgb(250,206,197); }
td.TdClassName
{
border-color: #FACEC5;
}
.TagClassName
{
border-color: #FACEC5;
}
</style>