Shades of Coral Candy #FACEC9
Tints of Coral Candy #FACEC9
RGB
CMYK
RGB Variations
Color information
#FACEC9 (or 0xFACEC9) is known color: Coral Candy. HEX triplet: FA, CE and C9. RGB value is (250,206,201). Sum of RGB (Red+Green+Blue) = 250+206+201=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC9 is #053136. Grayscale: #DADADA. Windows color (decimal): -340279 or 13225722. OLE color: 13225722.
HSL color Cylindrical-coordinate representation of color #FACEC9: hue angle of 6.12º degrees, saturation: 0.83, 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 #FACEC9 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 201 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.02 |
| HSL | 6.12º | 0.83% | 0.88% | - |
| HSV(B) | 6.12º | 0.2% | 0.98% | - |
| XYZ | 72.04 | 68.68 | 64.72 | - |
| YUV | 218.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 201 | 0 | 0.18 | 0.20 | 0.02 | 6.12 | 0.83 | 0.88 |
| Hex | FA | CE | C9 | 0 | 12 | 14 | 2 | 6 | 53 | 58 |
| Octal | 372 | 316 | 311 | 0 | 22 | 24 | 2 | 6 | 123 | 130 |
| Binary | 11111010 | 11001110 | 11001001 | 0 | 10010 | 10100 | 10 | 110 | 1010011 | 1011000 |
Color Harmonies of #FACEC9
Complementary color
Monochromatic Colors of #FACEC9
Black with #FACEC9
Text Example
Text Example
White with #FACEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEC9; }
p { color: rgb(250,206,201); }
H1.HeaderClassName
{
color: #FACEC9;
}
.AnyTagClassName
{
color: #FACEC9;
}
</style>
background-color css
<style>
a { background-color: #FACEC9; }
a { background-color: rgb(250,206,201); }
div.DivClassName
{
background-color: #FACEC9;
}
.BgClassName
{
background-color: #FACEC9;
}
</style>
border-color css
<style>
span { border-color: #FACEC9; }
span { border-color: rgb(250,206,201); }
td.TdClassName
{
border-color: #FACEC9;
}
.TagClassName
{
border-color: #FACEC9;
}
</style>