Shades of Coral Candy #FDCDC2
Tints of Coral Candy #FDCDC2
RGB
CMYK
RGB Variations
Color information
#FDCDC2 (or 0xFDCDC2) is known color: Coral Candy. HEX triplet: FD, CD and C2. RGB value is (253,205,194). Sum of RGB (Red+Green+Blue) = 253+205+194=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC2 is #02323D. Grayscale: #DADADA. Windows color (decimal): -143934 or 12766717. OLE color: 12766717.
HSL color Cylindrical-coordinate representation of color #FDCDC2: hue angle of 11.19º 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 #FDCDC2 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 194 | - |
CMYK | 0 | 0.19 | 0.23 | 0.01 |
HSL | 11.19º | 0.94% | 0.88% | - |
HSV(B) | 11.19º | 0.23% | 0.99% | - |
XYZ | 72.08 | 68.44 | 60.45 | - |
YUV | 218.1 | 114.4 | 152.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 194 | 0 | 0.19 | 0.23 | 0.01 | 11.19 | 0.94 | 0.88 |
Hex | FD | CD | C2 | 0 | 13 | 17 | 1 | B | 5E | 58 |
Octal | 375 | 315 | 302 | 0 | 23 | 27 | 1 | 13 | 136 | 130 |
Binary | 11111101 | 11001101 | 11000010 | 0 | 10011 | 10111 | 1 | 1011 | 1011110 | 1011000 |
Color Harmonies of #FDCDC2
Complementary color
Monochromatic Colors of #FDCDC2
Black with #FDCDC2
Text Example
Text Example
White with #FDCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDC2; }
p { color: rgb(253,205,194); }
H1.HeaderClassName
{
color: #FDCDC2;
}
.AnyTagClassName
{
color: #FDCDC2;
}
</style>
background-color css
<style>
a { background-color: #FDCDC2; }
a { background-color: rgb(253,205,194); }
div.DivClassName
{
background-color: #FDCDC2;
}
.BgClassName
{
background-color: #FDCDC2;
}
</style>
border-color css
<style>
span { border-color: #FDCDC2; }
span { border-color: rgb(253,205,194); }
td.TdClassName
{
border-color: #FDCDC2;
}
.TagClassName
{
border-color: #FDCDC2;
}
</style>