Shades of Coral Candy #FAD2C8
Tints of Coral Candy #FAD2C8
RGB
CMYK
RGB Variations
Color information
#FAD2C8 (or 0xFAD2C8) is known color: Coral Candy. HEX triplet: FA, D2 and C8. RGB value is (250,210,200). Sum of RGB (Red+Green+Blue) = 250+210+200=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2C8 is #052D37. Grayscale: #DCDCDC. Windows color (decimal): -339256 or 13161210. OLE color: 13161210.
HSL color Cylindrical-coordinate representation of color #FAD2C8: hue angle of 12º 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 #FAD2C8 is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 200 | - |
| CMYK | 0 | 0.16 | 0.2 | 0.02 |
| HSL | 12º | 0.83% | 0.88% | - |
| HSV(B) | 12º | 0.2% | 0.98% | - |
| XYZ | 72.9 | 70.59 | 64.43 | - |
| YUV | 220.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 200 | 0 | 0.16 | 0.2 | 0.02 | 12 | 0.83 | 0.88 |
| Hex | FA | D2 | C8 | 0 | 10 | 14 | 2 | C | 53 | 58 |
| Octal | 372 | 322 | 310 | 0 | 20 | 24 | 2 | 14 | 123 | 130 |
| Binary | 11111010 | 11010010 | 11001000 | 0 | 10000 | 10100 | 10 | 1100 | 1010011 | 1011000 |
Color Harmonies of #FAD2C8
Complementary color
Monochromatic Colors of #FAD2C8
Black with #FAD2C8
Text Example
Text Example
White with #FAD2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2C8; }
p { color: rgb(250,210,200); }
H1.HeaderClassName
{
color: #FAD2C8;
}
.AnyTagClassName
{
color: #FAD2C8;
}
</style>
background-color css
<style>
a { background-color: #FAD2C8; }
a { background-color: rgb(250,210,200); }
div.DivClassName
{
background-color: #FAD2C8;
}
.BgClassName
{
background-color: #FAD2C8;
}
</style>
border-color css
<style>
span { border-color: #FAD2C8; }
span { border-color: rgb(250,210,200); }
td.TdClassName
{
border-color: #FAD2C8;
}
.TagClassName
{
border-color: #FAD2C8;
}
</style>