Shades of Coral Candy #FDCCC6
Tints of Coral Candy #FDCCC6
RGB
CMYK
RGB Variations
Color information
#FDCCC6 (or 0xFDCCC6) is known color: Coral Candy. HEX triplet: FD, CC and C6. RGB value is (253,204,198). Sum of RGB (Red+Green+Blue) = 253+204+198=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCC6 is #023339. Grayscale: #DADADA. Windows color (decimal): -144186 or 13028605. OLE color: 13028605.
HSL color Cylindrical-coordinate representation of color #FDCCC6: hue angle of 6.55º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDCCC6 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 198 | - |
CMYK | 0 | 0.19 | 0.22 | 0.01 |
HSL | 6.55º | 0.93% | 0.88% | - |
HSV(B) | 6.55º | 0.22% | 0.99% | - |
XYZ | 72.29 | 68.15 | 62.77 | - |
YUV | 217.97 | 116.73 | 152.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 198 | 0 | 0.19 | 0.22 | 0.01 | 6.55 | 0.93 | 0.88 |
Hex | FD | CC | C6 | 0 | 13 | 16 | 1 | 7 | 5D | 58 |
Octal | 375 | 314 | 306 | 0 | 23 | 26 | 1 | 7 | 135 | 130 |
Binary | 11111101 | 11001100 | 11000110 | 0 | 10011 | 10110 | 1 | 111 | 1011101 | 1011000 |
Color Harmonies of #FDCCC6
Complementary color
Monochromatic Colors of #FDCCC6
Black with #FDCCC6
Text Example
Text Example
White with #FDCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCC6; }
p { color: rgb(253,204,198); }
H1.HeaderClassName
{
color: #FDCCC6;
}
.AnyTagClassName
{
color: #FDCCC6;
}
</style>
background-color css
<style>
a { background-color: #FDCCC6; }
a { background-color: rgb(253,204,198); }
div.DivClassName
{
background-color: #FDCCC6;
}
.BgClassName
{
background-color: #FDCCC6;
}
</style>
border-color css
<style>
span { border-color: #FDCCC6; }
span { border-color: rgb(253,204,198); }
td.TdClassName
{
border-color: #FDCCC6;
}
.TagClassName
{
border-color: #FDCCC6;
}
</style>