Shades of Coral Candy #FACFC5
Tints of Coral Candy #FACFC5
RGB
CMYK
RGB Variations
Color information
#FACFC5 (or 0xFACFC5) is known color: Coral Candy. HEX triplet: FA, CF and C5. RGB value is (250,207,197). Sum of RGB (Red+Green+Blue) = 250+207+197=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFC5 is #05303A. Grayscale: #DADADA. Windows color (decimal): -340027 or 12963834. OLE color: 12963834.
HSL color Cylindrical-coordinate representation of color #FACFC5: hue angle of 11.32º 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 #FACFC5 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 207 | 197 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.02 |
| HSL | 11.32º | 0.84% | 0.88% | - |
| HSV(B) | 11.32º | 0.21% | 0.98% | - |
| XYZ | 71.82 | 68.98 | 62.35 | - |
| YUV | 218.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 207 | 197 | 0 | 0.17 | 0.21 | 0.02 | 11.32 | 0.84 | 0.88 |
| Hex | FA | CF | C5 | 0 | 11 | 15 | 2 | B | 54 | 58 |
| Octal | 372 | 317 | 305 | 0 | 21 | 25 | 2 | 13 | 124 | 130 |
| Binary | 11111010 | 11001111 | 11000101 | 0 | 10001 | 10101 | 10 | 1011 | 1010100 | 1011000 |
Color Harmonies of #FACFC5
Complementary color
Monochromatic Colors of #FACFC5
Black with #FACFC5
Text Example
Text Example
White with #FACFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACFC5; }
p { color: rgb(250,207,197); }
H1.HeaderClassName
{
color: #FACFC5;
}
.AnyTagClassName
{
color: #FACFC5;
}
</style>
background-color css
<style>
a { background-color: #FACFC5; }
a { background-color: rgb(250,207,197); }
div.DivClassName
{
background-color: #FACFC5;
}
.BgClassName
{
background-color: #FACFC5;
}
</style>
border-color css
<style>
span { border-color: #FACFC5; }
span { border-color: rgb(250,207,197); }
td.TdClassName
{
border-color: #FACFC5;
}
.TagClassName
{
border-color: #FACFC5;
}
</style>