Shades of Coral Candy #FAD0C6
Tints of Coral Candy #FAD0C6
RGB
CMYK
RGB Variations
Color information
#FAD0C6 (or 0xFAD0C6) is known color: Coral Candy. HEX triplet: FA, D0 and C6. RGB value is (250,208,198). Sum of RGB (Red+Green+Blue) = 250+208+198=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0C6 is #052F39. Grayscale: #DBDBDB. Windows color (decimal): -339770 or 13029626. OLE color: 13029626.
HSL color Cylindrical-coordinate representation of color #FAD0C6: hue angle of 11.54º 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 #FAD0C6 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 198 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.02 |
| HSL | 11.54º | 0.84% | 0.88% | - |
| HSV(B) | 11.54º | 0.21% | 0.98% | - |
| XYZ | 72.17 | 69.51 | 63.04 | - |
| YUV | 219.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 198 | 0 | 0.17 | 0.21 | 0.02 | 11.54 | 0.84 | 0.88 |
| Hex | FA | D0 | C6 | 0 | 11 | 15 | 2 | C | 54 | 58 |
| Octal | 372 | 320 | 306 | 0 | 21 | 25 | 2 | 14 | 124 | 130 |
| Binary | 11111010 | 11010000 | 11000110 | 0 | 10001 | 10101 | 10 | 1100 | 1010100 | 1011000 |
Color Harmonies of #FAD0C6
Complementary color
Monochromatic Colors of #FAD0C6
Black with #FAD0C6
Text Example
Text Example
White with #FAD0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0C6; }
p { color: rgb(250,208,198); }
H1.HeaderClassName
{
color: #FAD0C6;
}
.AnyTagClassName
{
color: #FAD0C6;
}
</style>
background-color css
<style>
a { background-color: #FAD0C6; }
a { background-color: rgb(250,208,198); }
div.DivClassName
{
background-color: #FAD0C6;
}
.BgClassName
{
background-color: #FAD0C6;
}
</style>
border-color css
<style>
span { border-color: #FAD0C6; }
span { border-color: rgb(250,208,198); }
td.TdClassName
{
border-color: #FAD0C6;
}
.TagClassName
{
border-color: #FAD0C6;
}
</style>