Shades of Coral Candy #FACFC9
Tints of Coral Candy #FACFC9
RGB
CMYK
RGB Variations
Color information
#FACFC9 (or 0xFACFC9) is known color: Coral Candy. HEX triplet: FA, CF and C9. RGB value is (250,207,201). Sum of RGB (Red+Green+Blue) = 250+207+201=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFC9 is #053036. Grayscale: #DBDBDB. Windows color (decimal): -340023 or 13225978. OLE color: 13225978.
HSL color Cylindrical-coordinate representation of color #FACFC9: hue angle of 7.35º 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 #FACFC9 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 201 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.02 |
| HSL | 7.35º | 0.83% | 0.88% | - |
| HSV(B) | 7.35º | 0.2% | 0.98% | - |
| XYZ | 72.28 | 69.17 | 64.8 | - |
| YUV | 219.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 201 | 0 | 0.17 | 0.20 | 0.02 | 7.35 | 0.83 | 0.88 |
| Hex | FA | CF | C9 | 0 | 11 | 14 | 2 | 7 | 53 | 58 |
| Octal | 372 | 317 | 311 | 0 | 21 | 24 | 2 | 7 | 123 | 130 |
| Binary | 11111010 | 11001111 | 11001001 | 0 | 10001 | 10100 | 10 | 111 | 1010011 | 1011000 |
Color Harmonies of #FACFC9
Complementary color
Monochromatic Colors of #FACFC9
Black with #FACFC9
Text Example
Text Example
White with #FACFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFC9; }
p { color: rgb(250,207,201); }
H1.HeaderClassName
{
color: #FACFC9;
}
.AnyTagClassName
{
color: #FACFC9;
}
</style>
background-color css
<style>
a { background-color: #FACFC9; }
a { background-color: rgb(250,207,201); }
div.DivClassName
{
background-color: #FACFC9;
}
.BgClassName
{
background-color: #FACFC9;
}
</style>
border-color css
<style>
span { border-color: #FACFC9; }
span { border-color: rgb(250,207,201); }
td.TdClassName
{
border-color: #FACFC9;
}
.TagClassName
{
border-color: #FACFC9;
}
</style>