Shades of Coral Candy #FDCCC7
Tints of Coral Candy #FDCCC7
RGB
CMYK
RGB Variations
Color information
#FDCCC7 (or 0xFDCCC7) is known color: Coral Candy. HEX triplet: FD, CC and C7. RGB value is (253,204,199). Sum of RGB (Red+Green+Blue) = 253+204+199=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCC7 is #023338. Grayscale: #DADADA. Windows color (decimal): -144185 or 13094141. OLE color: 13094141.
HSL color Cylindrical-coordinate representation of color #FDCCC7: hue angle of 5.56º 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 #FDCCC7 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 199 | - |
CMYK | 0 | 0.19 | 0.21 | 0.01 |
HSL | 5.56º | 0.93% | 0.89% | - |
HSV(B) | 5.56º | 0.21% | 0.99% | - |
XYZ | 72.41 | 68.19 | 63.38 | - |
YUV | 218.08 | 117.23 | 152.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 199 | 0 | 0.19 | 0.21 | 0.01 | 5.56 | 0.93 | 0.89 |
Hex | FD | CC | C7 | 0 | 13 | 15 | 1 | 6 | 5D | 59 |
Octal | 375 | 314 | 307 | 0 | 23 | 25 | 1 | 6 | 135 | 131 |
Binary | 11111101 | 11001100 | 11000111 | 0 | 10011 | 10101 | 1 | 110 | 1011101 | 1011001 |
Color Harmonies of #FDCCC7
Complementary color
Monochromatic Colors of #FDCCC7
Black with #FDCCC7
Text Example
Text Example
White with #FDCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCC7; }
p { color: rgb(253,204,199); }
H1.HeaderClassName
{
color: #FDCCC7;
}
.AnyTagClassName
{
color: #FDCCC7;
}
</style>
background-color css
<style>
a { background-color: #FDCCC7; }
a { background-color: rgb(253,204,199); }
div.DivClassName
{
background-color: #FDCCC7;
}
.BgClassName
{
background-color: #FDCCC7;
}
</style>
border-color css
<style>
span { border-color: #FDCCC7; }
span { border-color: rgb(253,204,199); }
td.TdClassName
{
border-color: #FDCCC7;
}
.TagClassName
{
border-color: #FDCCC7;
}
</style>