Shades of Coral Candy #FACAC9
Tints of Coral Candy #FACAC9
RGB
CMYK
RGB Variations
Color information
#FACAC9 (or 0xFACAC9) is known color: Coral Candy. HEX triplet: FA, CA and C9. RGB value is (250,202,201). Sum of RGB (Red+Green+Blue) = 250+202+201=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACAC9 is #053536. Grayscale: #D8D8D8. Windows color (decimal): -341303 or 13224698. OLE color: 13224698.
HSL color Cylindrical-coordinate representation of color #FACAC9: hue angle of 1.22º 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 #FACAC9 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 201 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.02 |
| HSL | 1.22º | 0.83% | 0.88% | - |
| HSV(B) | 1.22º | 0.2% | 0.98% | - |
| XYZ | 71.09 | 66.78 | 64.4 | - |
| YUV | 216.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 201 | 0 | 0.19 | 0.20 | 0.02 | 1.22 | 0.83 | 0.88 |
| Hex | FA | CA | C9 | 0 | 13 | 14 | 2 | 1 | 53 | 58 |
| Octal | 372 | 312 | 311 | 0 | 23 | 24 | 2 | 1 | 123 | 130 |
| Binary | 11111010 | 11001010 | 11001001 | 0 | 10011 | 10100 | 10 | 1 | 1010011 | 1011000 |
Color Harmonies of #FACAC9
Complementary color
Monochromatic Colors of #FACAC9
Black with #FACAC9
Text Example
Text Example
White with #FACAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACAC9; }
p { color: rgb(250,202,201); }
H1.HeaderClassName
{
color: #FACAC9;
}
.AnyTagClassName
{
color: #FACAC9;
}
</style>
background-color css
<style>
a { background-color: #FACAC9; }
a { background-color: rgb(250,202,201); }
div.DivClassName
{
background-color: #FACAC9;
}
.BgClassName
{
background-color: #FACAC9;
}
</style>
border-color css
<style>
span { border-color: #FACAC9; }
span { border-color: rgb(250,202,201); }
td.TdClassName
{
border-color: #FACAC9;
}
.TagClassName
{
border-color: #FACAC9;
}
</style>