Shades of Coral Candy #FACFC2
Tints of Coral Candy #FACFC2
RGB
CMYK
RGB Variations
Color information
#FACFC2 (or 0xFACFC2) is known color: Coral Candy. HEX triplet: FA, CF and C2. RGB value is (250,207,194). Sum of RGB (Red+Green+Blue) = 250+207+194=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFC2 is #05303D. Grayscale: #DADADA. Windows color (decimal): -340030 or 12767226. OLE color: 12767226.
HSL color Cylindrical-coordinate representation of color #FACFC2: hue angle of 13.93º 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 #FACFC2 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 194 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.02 |
| HSL | 13.93º | 0.85% | 0.87% | - |
| HSV(B) | 13.93º | 0.22% | 0.98% | - |
| XYZ | 71.47 | 68.84 | 60.56 | - |
| YUV | 218.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 194 | 0 | 0.17 | 0.22 | 0.02 | 13.93 | 0.85 | 0.87 |
| Hex | FA | CF | C2 | 0 | 11 | 16 | 2 | E | 55 | 57 |
| Octal | 372 | 317 | 302 | 0 | 21 | 26 | 2 | 16 | 125 | 127 |
| Binary | 11111010 | 11001111 | 11000010 | 0 | 10001 | 10110 | 10 | 1110 | 1010101 | 1010111 |
Color Harmonies of #FACFC2
Complementary color
Monochromatic Colors of #FACFC2
Black with #FACFC2
Text Example
Text Example
White with #FACFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFC2; }
p { color: rgb(250,207,194); }
H1.HeaderClassName
{
color: #FACFC2;
}
.AnyTagClassName
{
color: #FACFC2;
}
</style>
background-color css
<style>
a { background-color: #FACFC2; }
a { background-color: rgb(250,207,194); }
div.DivClassName
{
background-color: #FACFC2;
}
.BgClassName
{
background-color: #FACFC2;
}
</style>
border-color css
<style>
span { border-color: #FACFC2; }
span { border-color: rgb(250,207,194); }
td.TdClassName
{
border-color: #FACFC2;
}
.TagClassName
{
border-color: #FACFC2;
}
</style>