Shades of Coral Candy #FACBC5
Tints of Coral Candy #FACBC5
RGB
CMYK
RGB Variations
Color information
#FACBC5 (or 0xFACBC5) is known color: Coral Candy. HEX triplet: FA, CB and C5. RGB value is (250,203,197). Sum of RGB (Red+Green+Blue) = 250+203+197=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC5 is #05343A. Grayscale: #D8D8D8. Windows color (decimal): -341051 or 12962810. OLE color: 12962810.
HSL color Cylindrical-coordinate representation of color #FACBC5: hue angle of 6.79º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FACBC5 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 197 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.02 |
| HSL | 6.79º | 0.84% | 0.88% | - |
| HSV(B) | 6.79º | 0.21% | 0.98% | - |
| XYZ | 70.86 | 67.07 | 62.03 | - |
| YUV | 216.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 197 | 0 | 0.19 | 0.21 | 0.02 | 6.79 | 0.84 | 0.88 |
| Hex | FA | CB | C5 | 0 | 13 | 15 | 2 | 7 | 54 | 58 |
| Octal | 372 | 313 | 305 | 0 | 23 | 25 | 2 | 7 | 124 | 130 |
| Binary | 11111010 | 11001011 | 11000101 | 0 | 10011 | 10101 | 10 | 111 | 1010100 | 1011000 |
Color Harmonies of #FACBC5
Complementary color
Monochromatic Colors of #FACBC5
Black with #FACBC5
Text Example
Text Example
White with #FACBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBC5; }
p { color: rgb(250,203,197); }
H1.HeaderClassName
{
color: #FACBC5;
}
.AnyTagClassName
{
color: #FACBC5;
}
</style>
background-color css
<style>
a { background-color: #FACBC5; }
a { background-color: rgb(250,203,197); }
div.DivClassName
{
background-color: #FACBC5;
}
.BgClassName
{
background-color: #FACBC5;
}
</style>
border-color css
<style>
span { border-color: #FACBC5; }
span { border-color: rgb(250,203,197); }
td.TdClassName
{
border-color: #FACBC5;
}
.TagClassName
{
border-color: #FACBC5;
}
</style>