Shades of Coral Candy #FACBC9
Tints of Coral Candy #FACBC9
RGB
CMYK
RGB Variations
Color information
#FACBC9 (or 0xFACBC9) is known color: Coral Candy. HEX triplet: FA, CB and C9. RGB value is (250,203,201). Sum of RGB (Red+Green+Blue) = 250+203+201=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBC9 is #053436. Grayscale: #D8D8D8. Windows color (decimal): -341047 or 13224954. OLE color: 13224954.
HSL color Cylindrical-coordinate representation of color #FACBC9: hue angle of 2.45º 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 #FACBC9 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 201 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.02 |
| HSL | 2.45º | 0.83% | 0.88% | - |
| HSV(B) | 2.45º | 0.2% | 0.98% | - |
| XYZ | 71.32 | 67.25 | 64.48 | - |
| YUV | 216.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 201 | 0 | 0.19 | 0.20 | 0.02 | 2.45 | 0.83 | 0.88 |
| Hex | FA | CB | C9 | 0 | 13 | 14 | 2 | 2 | 53 | 58 |
| Octal | 372 | 313 | 311 | 0 | 23 | 24 | 2 | 2 | 123 | 130 |
| Binary | 11111010 | 11001011 | 11001001 | 0 | 10011 | 10100 | 10 | 10 | 1010011 | 1011000 |
Color Harmonies of #FACBC9
Complementary color
Monochromatic Colors of #FACBC9
Black with #FACBC9
Text Example
Text Example
White with #FACBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBC9; }
p { color: rgb(250,203,201); }
H1.HeaderClassName
{
color: #FACBC9;
}
.AnyTagClassName
{
color: #FACBC9;
}
</style>
background-color css
<style>
a { background-color: #FACBC9; }
a { background-color: rgb(250,203,201); }
div.DivClassName
{
background-color: #FACBC9;
}
.BgClassName
{
background-color: #FACBC9;
}
</style>
border-color css
<style>
span { border-color: #FACBC9; }
span { border-color: rgb(250,203,201); }
td.TdClassName
{
border-color: #FACBC9;
}
.TagClassName
{
border-color: #FACBC9;
}
</style>