Shades of Coral Candy #FFCDC4
Tints of Coral Candy #FFCDC4
RGB
CMYK
RGB Variations
Color information
#FFCDC4 (or 0xFFCDC4) is known color: Coral Candy. HEX triplet: FF, CD and C4. RGB value is (255,205,196). Sum of RGB (Red+Green+Blue) = 255+205+196=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDC4 is #00323B. Grayscale: #DBDBDB. Windows color (decimal): -12860 or 12897791. OLE color: 12897791.
HSL color Cylindrical-coordinate representation of color #FFCDC4: hue angle of 9.15º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFCDC4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 196 | - |
| CMYK | 0 | 0.20 | 0.23 | 0 |
| HSL | 9.15º | 1% | 0.88% | - |
| HSV(B) | 9.15º | 0.23% | 1% | - |
| XYZ | 73.04 | 68.91 | 61.68 | - |
| YUV | 218.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 196 | 0 | 0.20 | 0.23 | 0 | 9.15 | 1 | 0.88 |
| Hex | FF | CD | C4 | 0 | 14 | 17 | 0 | 9 | 64 | 58 |
| Octal | 377 | 315 | 304 | 0 | 24 | 27 | 0 | 11 | 144 | 130 |
| Binary | 11111111 | 11001101 | 11000100 | 0 | 10100 | 10111 | 0 | 1001 | 1100100 | 1011000 |
Color Harmonies of #FFCDC4
Complementary color
Monochromatic Colors of #FFCDC4
Black with #FFCDC4
Text Example
Text Example
White with #FFCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDC4; }
p { color: rgb(255,205,196); }
H1.HeaderClassName
{
color: #FFCDC4;
}
.AnyTagClassName
{
color: #FFCDC4;
}
</style>
background-color css
<style>
a { background-color: #FFCDC4; }
a { background-color: rgb(255,205,196); }
div.DivClassName
{
background-color: #FFCDC4;
}
.BgClassName
{
background-color: #FFCDC4;
}
</style>
border-color css
<style>
span { border-color: #FFCDC4; }
span { border-color: rgb(255,205,196); }
td.TdClassName
{
border-color: #FFCDC4;
}
.TagClassName
{
border-color: #FFCDC4;
}
</style>