Shades of Coral Candy #FACEC2
Tints of Coral Candy #FACEC2
RGB
CMYK
RGB Variations
Color information
#FACEC2 (or 0xFACEC2) is known color: Coral Candy. HEX triplet: FA, CE and C2. RGB value is (250,206,194). Sum of RGB (Red+Green+Blue) = 250+206+194=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACEC2 is #05313D. Grayscale: #D9D9D9. Windows color (decimal): -340286 or 12766970. OLE color: 12766970.
HSL color Cylindrical-coordinate representation of color #FACEC2: hue angle of 12.86º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FACEC2 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 206 | 194 | - |
CMYK | 0 | 0.18 | 0.22 | 0.02 |
HSL | 12.86º | 0.85% | 0.87% | - |
HSV(B) | 12.86º | 0.22% | 0.98% | - |
XYZ | 71.23 | 68.36 | 60.48 | - |
YUV | 217.79 | 114.58 | 150.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 206 | 194 | 0 | 0.18 | 0.22 | 0.02 | 12.86 | 0.85 | 0.87 |
Hex | FA | CE | C2 | 0 | 12 | 16 | 2 | D | 55 | 57 |
Octal | 372 | 316 | 302 | 0 | 22 | 26 | 2 | 15 | 125 | 127 |
Binary | 11111010 | 11001110 | 11000010 | 0 | 10010 | 10110 | 10 | 1101 | 1010101 | 1010111 |
Color Harmonies of #FACEC2
Complementary color
Monochromatic Colors of #FACEC2
Black with #FACEC2
Text Example
Text Example
White with #FACEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEC2; }
p { color: rgb(250,206,194); }
H1.HeaderClassName
{
color: #FACEC2;
}
.AnyTagClassName
{
color: #FACEC2;
}
</style>
background-color css
<style>
a { background-color: #FACEC2; }
a { background-color: rgb(250,206,194); }
div.DivClassName
{
background-color: #FACEC2;
}
.BgClassName
{
background-color: #FACEC2;
}
</style>
border-color css
<style>
span { border-color: #FACEC2; }
span { border-color: rgb(250,206,194); }
td.TdClassName
{
border-color: #FACEC2;
}
.TagClassName
{
border-color: #FACEC2;
}
</style>