Shades of Coral Candy #FECDC3
Tints of Coral Candy #FECDC3
RGB
CMYK
RGB Variations
Color information
#FECDC3 (or 0xFECDC3) is known color: Coral Candy. HEX triplet: FE, CD and C3. RGB value is (254,205,195). Sum of RGB (Red+Green+Blue) = 254+205+195=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDC3 is #01323C. Grayscale: #DADADA. Windows color (decimal): -78397 or 12832254. OLE color: 12832254.
HSL color Cylindrical-coordinate representation of color #FECDC3: hue angle of 10.17º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FECDC3 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 195 | - |
CMYK | 0 | 0.19 | 0.23 | 0.00 |
HSL | 10.17º | 0.97% | 0.88% | - |
HSV(B) | 10.17º | 0.23% | 1% | - |
XYZ | 72.55 | 68.67 | 61.06 | - |
YUV | 218.51 | 114.73 | 153.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 195 | 0 | 0.19 | 0.23 | 0.00 | 10.17 | 0.97 | 0.88 |
Hex | FE | CD | C3 | 0 | 13 | 17 | 0 | A | 61 | 58 |
Octal | 376 | 315 | 303 | 0 | 23 | 27 | 0 | 12 | 141 | 130 |
Binary | 11111110 | 11001101 | 11000011 | 0 | 10011 | 10111 | 0 | 1010 | 1100001 | 1011000 |
Color Harmonies of #FECDC3
Complementary color
Monochromatic Colors of #FECDC3
Black with #FECDC3
Text Example
Text Example
White with #FECDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDC3; }
p { color: rgb(254,205,195); }
H1.HeaderClassName
{
color: #FECDC3;
}
.AnyTagClassName
{
color: #FECDC3;
}
</style>
background-color css
<style>
a { background-color: #FECDC3; }
a { background-color: rgb(254,205,195); }
div.DivClassName
{
background-color: #FECDC3;
}
.BgClassName
{
background-color: #FECDC3;
}
</style>
border-color css
<style>
span { border-color: #FECDC3; }
span { border-color: rgb(254,205,195); }
td.TdClassName
{
border-color: #FECDC3;
}
.TagClassName
{
border-color: #FECDC3;
}
</style>