Shades of Coral Candy #FDCDC3
Tints of Coral Candy #FDCDC3
RGB
CMYK
RGB Variations
Color information
#FDCDC3 (or 0xFDCDC3) is known color: Coral Candy. HEX triplet: FD, CD and C3. RGB value is (253,205,195). Sum of RGB (Red+Green+Blue) = 253+205+195=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC3 is #02323C. Grayscale: #DADADA. Windows color (decimal): -143933 or 12832253. OLE color: 12832253.
HSL color Cylindrical-coordinate representation of color #FDCDC3: hue angle of 10.34º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDCDC3 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 195 | - |
CMYK | 0 | 0.19 | 0.23 | 0.01 |
HSL | 10.34º | 0.94% | 0.88% | - |
HSV(B) | 10.34º | 0.23% | 0.99% | - |
XYZ | 72.19 | 68.49 | 61.04 | - |
YUV | 218.21 | 114.9 | 152.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 195 | 0 | 0.19 | 0.23 | 0.01 | 10.34 | 0.94 | 0.88 |
Hex | FD | CD | C3 | 0 | 13 | 17 | 1 | A | 5E | 58 |
Octal | 375 | 315 | 303 | 0 | 23 | 27 | 1 | 12 | 136 | 130 |
Binary | 11111101 | 11001101 | 11000011 | 0 | 10011 | 10111 | 1 | 1010 | 1011110 | 1011000 |
Color Harmonies of #FDCDC3
Complementary color
Monochromatic Colors of #FDCDC3
Black with #FDCDC3
Text Example
Text Example
White with #FDCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDC3; }
p { color: rgb(253,205,195); }
H1.HeaderClassName
{
color: #FDCDC3;
}
.AnyTagClassName
{
color: #FDCDC3;
}
</style>
background-color css
<style>
a { background-color: #FDCDC3; }
a { background-color: rgb(253,205,195); }
div.DivClassName
{
background-color: #FDCDC3;
}
.BgClassName
{
background-color: #FDCDC3;
}
</style>
border-color css
<style>
span { border-color: #FDCDC3; }
span { border-color: rgb(253,205,195); }
td.TdClassName
{
border-color: #FDCDC3;
}
.TagClassName
{
border-color: #FDCDC3;
}
</style>