Shades of Coral Candy #FACEC7
Tints of Coral Candy #FACEC7
RGB
CMYK
RGB Variations
Color information
#FACEC7 (or 0xFACEC7) is known color: Coral Candy. HEX triplet: FA, CE and C7. RGB value is (250,206,199). Sum of RGB (Red+Green+Blue) = 250+206+199=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 199 (78.12% from 255 or 30.38% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC7 is #053138. Grayscale: #DADADA. Windows color (decimal): -340281 or 13094650. OLE color: 13094650.
HSL color Cylindrical-coordinate representation of color #FACEC7: hue angle of 8.24º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACEC7 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 199 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.02 |
| HSL | 8.24º | 0.84% | 0.88% | - |
| HSV(B) | 8.24º | 0.2% | 0.98% | - |
| XYZ | 71.8 | 68.59 | 63.49 | - |
| YUV | 218.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 199 | 0 | 0.18 | 0.20 | 0.02 | 8.24 | 0.84 | 0.88 |
| Hex | FA | CE | C7 | 0 | 12 | 14 | 2 | 8 | 54 | 58 |
| Octal | 372 | 316 | 307 | 0 | 22 | 24 | 2 | 10 | 124 | 130 |
| Binary | 11111010 | 11001110 | 11000111 | 0 | 10010 | 10100 | 10 | 1000 | 1010100 | 1011000 |
Color Harmonies of #FACEC7
Complementary color
Monochromatic Colors of #FACEC7
Black with #FACEC7
Text Example
Text Example
White with #FACEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEC7; }
p { color: rgb(250,206,199); }
H1.HeaderClassName
{
color: #FACEC7;
}
.AnyTagClassName
{
color: #FACEC7;
}
</style>
background-color css
<style>
a { background-color: #FACEC7; }
a { background-color: rgb(250,206,199); }
div.DivClassName
{
background-color: #FACEC7;
}
.BgClassName
{
background-color: #FACEC7;
}
</style>
border-color css
<style>
span { border-color: #FACEC7; }
span { border-color: rgb(250,206,199); }
td.TdClassName
{
border-color: #FACEC7;
}
.TagClassName
{
border-color: #FACEC7;
}
</style>