Shades of Coral Candy #F9CDC0
Tints of Coral Candy #F9CDC0
RGB
CMYK
RGB Variations
Color information
#F9CDC0 (or 0xF9CDC0) is known color: Coral Candy. HEX triplet: F9, CD and C0. RGB value is (249,205,192). Sum of RGB (Red+Green+Blue) = 249+205+192=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDC0 is #06323F. Grayscale: #D8D8D8. Windows color (decimal): -406080 or 12635641. OLE color: 12635641.
HSL color Cylindrical-coordinate representation of color #F9CDC0: hue angle of 13.68º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9CDC0 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 192 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.02 |
| HSL | 13.68º | 0.83% | 0.86% | - |
| HSV(B) | 13.68º | 0.23% | 0.98% | - |
| XYZ | 70.41 | 67.61 | 59.21 | - |
| YUV | 216.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 192 | 0 | 0.18 | 0.23 | 0.02 | 13.68 | 0.83 | 0.86 |
| Hex | F9 | CD | C0 | 0 | 12 | 17 | 2 | E | 53 | 56 |
| Octal | 371 | 315 | 300 | 0 | 22 | 27 | 2 | 16 | 123 | 126 |
| Binary | 11111001 | 11001101 | 11000000 | 0 | 10010 | 10111 | 10 | 1110 | 1010011 | 1010110 |
Color Harmonies of #F9CDC0
Complementary color
Monochromatic Colors of #F9CDC0
Black with #F9CDC0
Text Example
Text Example
White with #F9CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDC0; }
p { color: rgb(249,205,192); }
H1.HeaderClassName
{
color: #F9CDC0;
}
.AnyTagClassName
{
color: #F9CDC0;
}
</style>
background-color css
<style>
a { background-color: #F9CDC0; }
a { background-color: rgb(249,205,192); }
div.DivClassName
{
background-color: #F9CDC0;
}
.BgClassName
{
background-color: #F9CDC0;
}
</style>
border-color css
<style>
span { border-color: #F9CDC0; }
span { border-color: rgb(249,205,192); }
td.TdClassName
{
border-color: #F9CDC0;
}
.TagClassName
{
border-color: #F9CDC0;
}
</style>