Shades of Coral Candy #FFCDC6
Tints of Coral Candy #FFCDC6
RGB
CMYK
RGB Variations
Color information
#FFCDC6 (or 0xFFCDC6) is known color: Coral Candy. HEX triplet: FF, CD and C6. RGB value is (255,205,198). Sum of RGB (Red+Green+Blue) = 255+205+198=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDC6 is #003239. Grayscale: #DBDBDB. Windows color (decimal): -12858 or 13028863. OLE color: 13028863.
HSL color Cylindrical-coordinate representation of color #FFCDC6: hue angle of 7.37º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFCDC6 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 198 | - |
| CMYK | 0 | 0.20 | 0.22 | 0 |
| HSL | 7.37º | 1% | 0.89% | - |
| HSV(B) | 7.37º | 0.22% | 1% | - |
| XYZ | 73.26 | 69 | 62.88 | - |
| YUV | 219.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 198 | 0 | 0.20 | 0.22 | 0 | 7.37 | 1 | 0.89 |
| Hex | FF | CD | C6 | 0 | 14 | 16 | 0 | 7 | 64 | 59 |
| Octal | 377 | 315 | 306 | 0 | 24 | 26 | 0 | 7 | 144 | 131 |
| Binary | 11111111 | 11001101 | 11000110 | 0 | 10100 | 10110 | 0 | 111 | 1100100 | 1011001 |
Color Harmonies of #FFCDC6
Complementary color
Monochromatic Colors of #FFCDC6
Black with #FFCDC6
Text Example
Text Example
White with #FFCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDC6; }
p { color: rgb(255,205,198); }
H1.HeaderClassName
{
color: #FFCDC6;
}
.AnyTagClassName
{
color: #FFCDC6;
}
</style>
background-color css
<style>
a { background-color: #FFCDC6; }
a { background-color: rgb(255,205,198); }
div.DivClassName
{
background-color: #FFCDC6;
}
.BgClassName
{
background-color: #FFCDC6;
}
</style>
border-color css
<style>
span { border-color: #FFCDC6; }
span { border-color: rgb(255,205,198); }
td.TdClassName
{
border-color: #FFCDC6;
}
.TagClassName
{
border-color: #FFCDC6;
}
</style>