Shades of Coral Candy #FAD0C8
Tints of Coral Candy #FAD0C8
RGB
CMYK
RGB Variations
Color information
#FAD0C8 (or 0xFAD0C8) is known color: Coral Candy. HEX triplet: FA, D0 and C8. RGB value is (250,208,200). Sum of RGB (Red+Green+Blue) = 250+208+200=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0C8 is #052F37. Grayscale: #DBDBDB. Windows color (decimal): -339768 or 13160698. OLE color: 13160698.
HSL color Cylindrical-coordinate representation of color #FAD0C8: hue angle of 9.6º 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 #FAD0C8 is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 200 | - |
| CMYK | 0 | 0.17 | 0.2 | 0.02 |
| HSL | 9.6º | 0.83% | 0.88% | - |
| HSV(B) | 9.6º | 0.2% | 0.98% | - |
| XYZ | 72.41 | 69.61 | 64.26 | - |
| YUV | 219.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 200 | 0 | 0.17 | 0.2 | 0.02 | 9.6 | 0.83 | 0.88 |
| Hex | FA | D0 | C8 | 0 | 11 | 14 | 2 | A | 53 | 58 |
| Octal | 372 | 320 | 310 | 0 | 21 | 24 | 2 | 12 | 123 | 130 |
| Binary | 11111010 | 11010000 | 11001000 | 0 | 10001 | 10100 | 10 | 1010 | 1010011 | 1011000 |
Color Harmonies of #FAD0C8
Complementary color
Monochromatic Colors of #FAD0C8
Black with #FAD0C8
Text Example
Text Example
White with #FAD0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0C8; }
p { color: rgb(250,208,200); }
H1.HeaderClassName
{
color: #FAD0C8;
}
.AnyTagClassName
{
color: #FAD0C8;
}
</style>
background-color css
<style>
a { background-color: #FAD0C8; }
a { background-color: rgb(250,208,200); }
div.DivClassName
{
background-color: #FAD0C8;
}
.BgClassName
{
background-color: #FAD0C8;
}
</style>
border-color css
<style>
span { border-color: #FAD0C8; }
span { border-color: rgb(250,208,200); }
td.TdClassName
{
border-color: #FAD0C8;
}
.TagClassName
{
border-color: #FAD0C8;
}
</style>