Shades of Coral Candy #FAD0C9
Tints of Coral Candy #FAD0C9
RGB
CMYK
RGB Variations
Color information
#FAD0C9 (or 0xFAD0C9) is known color: Coral Candy. HEX triplet: FA, D0 and C9. RGB value is (250,208,201). Sum of RGB (Red+Green+Blue) = 250+208+201=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0C9 is #052F36. Grayscale: #DBDBDB. Windows color (decimal): -339767 or 13226234. OLE color: 13226234.
HSL color Cylindrical-coordinate representation of color #FAD0C9: hue angle of 8.57º 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 #FAD0C9 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 201 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.02 |
| HSL | 8.57º | 0.83% | 0.88% | - |
| HSV(B) | 8.57º | 0.2% | 0.98% | - |
| XYZ | 72.52 | 69.65 | 64.88 | - |
| YUV | 219.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 201 | 0 | 0.17 | 0.20 | 0.02 | 8.57 | 0.83 | 0.88 |
| Hex | FA | D0 | C9 | 0 | 11 | 14 | 2 | 9 | 53 | 58 |
| Octal | 372 | 320 | 311 | 0 | 21 | 24 | 2 | 11 | 123 | 130 |
| Binary | 11111010 | 11010000 | 11001001 | 0 | 10001 | 10100 | 10 | 1001 | 1010011 | 1011000 |
Color Harmonies of #FAD0C9
Complementary color
Monochromatic Colors of #FAD0C9
Black with #FAD0C9
Text Example
Text Example
White with #FAD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0C9; }
p { color: rgb(250,208,201); }
H1.HeaderClassName
{
color: #FAD0C9;
}
.AnyTagClassName
{
color: #FAD0C9;
}
</style>
background-color css
<style>
a { background-color: #FAD0C9; }
a { background-color: rgb(250,208,201); }
div.DivClassName
{
background-color: #FAD0C9;
}
.BgClassName
{
background-color: #FAD0C9;
}
</style>
border-color css
<style>
span { border-color: #FAD0C9; }
span { border-color: rgb(250,208,201); }
td.TdClassName
{
border-color: #FAD0C9;
}
.TagClassName
{
border-color: #FAD0C9;
}
</style>