Shades of Coral Candy #FACDC5
Tints of Coral Candy #FACDC5
RGB
CMYK
RGB Variations
Color information
#FACDC5 (or 0xFACDC5) is known color: Coral Candy. HEX triplet: FA, CD and C5. RGB value is (250,205,197). Sum of RGB (Red+Green+Blue) = 250+205+197=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDC5 is #05323A. Grayscale: #D9D9D9. Windows color (decimal): -340539 or 12963322. OLE color: 12963322.
HSL color Cylindrical-coordinate representation of color #FACDC5: hue angle of 9.06º 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 #FACDC5 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 197 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.02 |
| HSL | 9.06º | 0.84% | 0.88% | - |
| HSV(B) | 9.06º | 0.21% | 0.98% | - |
| XYZ | 71.33 | 68.02 | 62.19 | - |
| YUV | 217.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 197 | 0 | 0.18 | 0.21 | 0.02 | 9.06 | 0.84 | 0.88 |
| Hex | FA | CD | C5 | 0 | 12 | 15 | 2 | 9 | 54 | 58 |
| Octal | 372 | 315 | 305 | 0 | 22 | 25 | 2 | 11 | 124 | 130 |
| Binary | 11111010 | 11001101 | 11000101 | 0 | 10010 | 10101 | 10 | 1001 | 1010100 | 1011000 |
Color Harmonies of #FACDC5
Complementary color
Monochromatic Colors of #FACDC5
Black with #FACDC5
Text Example
Text Example
White with #FACDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDC5; }
p { color: rgb(250,205,197); }
H1.HeaderClassName
{
color: #FACDC5;
}
.AnyTagClassName
{
color: #FACDC5;
}
</style>
background-color css
<style>
a { background-color: #FACDC5; }
a { background-color: rgb(250,205,197); }
div.DivClassName
{
background-color: #FACDC5;
}
.BgClassName
{
background-color: #FACDC5;
}
</style>
border-color css
<style>
span { border-color: #FACDC5; }
span { border-color: rgb(250,205,197); }
td.TdClassName
{
border-color: #FACDC5;
}
.TagClassName
{
border-color: #FACDC5;
}
</style>