Shades of Coral Candy #FACBC2
Tints of Coral Candy #FACBC2
RGB
CMYK
RGB Variations
Color information
#FACBC2 (or 0xFACBC2) is known color: Coral Candy. HEX triplet: FA, CB and C2. RGB value is (250,203,194). Sum of RGB (Red+Green+Blue) = 250+203+194=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC2 is #05343D. Grayscale: #D8D8D8. Windows color (decimal): -341054 or 12766202. OLE color: 12766202.
HSL color Cylindrical-coordinate representation of color #FACBC2: hue angle of 9.64º 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 #FACBC2 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 194 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.02 |
| HSL | 9.64º | 0.85% | 0.87% | - |
| HSV(B) | 9.64º | 0.22% | 0.98% | - |
| XYZ | 70.52 | 66.93 | 60.24 | - |
| YUV | 216.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 194 | 0 | 0.19 | 0.22 | 0.02 | 9.64 | 0.85 | 0.87 |
| Hex | FA | CB | C2 | 0 | 13 | 16 | 2 | A | 55 | 57 |
| Octal | 372 | 313 | 302 | 0 | 23 | 26 | 2 | 12 | 125 | 127 |
| Binary | 11111010 | 11001011 | 11000010 | 0 | 10011 | 10110 | 10 | 1010 | 1010101 | 1010111 |
Color Harmonies of #FACBC2
Complementary color
Monochromatic Colors of #FACBC2
Black with #FACBC2
Text Example
Text Example
White with #FACBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBC2; }
p { color: rgb(250,203,194); }
H1.HeaderClassName
{
color: #FACBC2;
}
.AnyTagClassName
{
color: #FACBC2;
}
</style>
background-color css
<style>
a { background-color: #FACBC2; }
a { background-color: rgb(250,203,194); }
div.DivClassName
{
background-color: #FACBC2;
}
.BgClassName
{
background-color: #FACBC2;
}
</style>
border-color css
<style>
span { border-color: #FACBC2; }
span { border-color: rgb(250,203,194); }
td.TdClassName
{
border-color: #FACBC2;
}
.TagClassName
{
border-color: #FACBC2;
}
</style>