Shades of Coral Candy #FDCDC7
Tints of Coral Candy #FDCDC7
RGB
CMYK
RGB Variations
Color information
#FDCDC7 (or 0xFDCDC7) is known color: Coral Candy. HEX triplet: FD, CD and C7. RGB value is (253,205,199). Sum of RGB (Red+Green+Blue) = 253+205+199=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC7 is #023238. Grayscale: #DADADA. Windows color (decimal): -143929 or 13094397. OLE color: 13094397.
HSL color Cylindrical-coordinate representation of color #FDCDC7: hue angle of 6.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDCDC7 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 199 | - |
CMYK | 0 | 0.19 | 0.21 | 0.01 |
HSL | 6.67º | 0.93% | 0.89% | - |
HSV(B) | 6.67º | 0.21% | 0.99% | - |
XYZ | 72.65 | 68.67 | 63.46 | - |
YUV | 218.67 | 116.9 | 152.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 199 | 0 | 0.19 | 0.21 | 0.01 | 6.67 | 0.93 | 0.89 |
Hex | FD | CD | C7 | 0 | 13 | 15 | 1 | 7 | 5D | 59 |
Octal | 375 | 315 | 307 | 0 | 23 | 25 | 1 | 7 | 135 | 131 |
Binary | 11111101 | 11001101 | 11000111 | 0 | 10011 | 10101 | 1 | 111 | 1011101 | 1011001 |
Color Harmonies of #FDCDC7
Complementary color
Monochromatic Colors of #FDCDC7
Black with #FDCDC7
Text Example
Text Example
White with #FDCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDC7; }
p { color: rgb(253,205,199); }
H1.HeaderClassName
{
color: #FDCDC7;
}
.AnyTagClassName
{
color: #FDCDC7;
}
</style>
background-color css
<style>
a { background-color: #FDCDC7; }
a { background-color: rgb(253,205,199); }
div.DivClassName
{
background-color: #FDCDC7;
}
.BgClassName
{
background-color: #FDCDC7;
}
</style>
border-color css
<style>
span { border-color: #FDCDC7; }
span { border-color: rgb(253,205,199); }
td.TdClassName
{
border-color: #FDCDC7;
}
.TagClassName
{
border-color: #FDCDC7;
}
</style>