Shades of Coral Candy #FFCDC7
Tints of Coral Candy #FFCDC7
RGB
CMYK
RGB Variations
Color information
#FFCDC7 (or 0xFFCDC7) is known color: Coral Candy. HEX triplet: FF, CD and C7. RGB value is (255,205,199). Sum of RGB (Red+Green+Blue) = 255+205+199=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDC7 is #003238. Grayscale: #DBDBDB. Windows color (decimal): -12857 or 13094399. OLE color: 13094399.
HSL color Cylindrical-coordinate representation of color #FFCDC7: hue angle of 6.43º 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 #FFCDC7 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 199 | - |
| CMYK | 0 | 0.20 | 0.22 | 0 |
| HSL | 6.43º | 1% | 0.89% | - |
| HSV(B) | 6.43º | 0.22% | 1% | - |
| XYZ | 73.38 | 69.05 | 63.49 | - |
| YUV | 219.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 199 | 0 | 0.20 | 0.22 | 0 | 6.43 | 1 | 0.89 |
| Hex | FF | CD | C7 | 0 | 14 | 16 | 0 | 6 | 64 | 59 |
| Octal | 377 | 315 | 307 | 0 | 24 | 26 | 0 | 6 | 144 | 131 |
| Binary | 11111111 | 11001101 | 11000111 | 0 | 10100 | 10110 | 0 | 110 | 1100100 | 1011001 |
Color Harmonies of #FFCDC7
Complementary color
Monochromatic Colors of #FFCDC7
Black with #FFCDC7
Text Example
Text Example
White with #FFCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDC7; }
p { color: rgb(255,205,199); }
H1.HeaderClassName
{
color: #FFCDC7;
}
.AnyTagClassName
{
color: #FFCDC7;
}
</style>
background-color css
<style>
a { background-color: #FFCDC7; }
a { background-color: rgb(255,205,199); }
div.DivClassName
{
background-color: #FFCDC7;
}
.BgClassName
{
background-color: #FFCDC7;
}
</style>
border-color css
<style>
span { border-color: #FFCDC7; }
span { border-color: rgb(255,205,199); }
td.TdClassName
{
border-color: #FFCDC7;
}
.TagClassName
{
border-color: #FFCDC7;
}
</style>