Shades of Coral Candy #FECFC3
Tints of Coral Candy #FECFC3
RGB
CMYK
RGB Variations
Color information
#FECFC3 (or 0xFECFC3) is known color: Coral Candy. HEX triplet: FE, CF and C3. RGB value is (254,207,195). Sum of RGB (Red+Green+Blue) = 254+207+195=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 195 (76.56% from 255 or 29.73% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC3 is #01303C. Grayscale: #DBDBDB. Windows color (decimal): -77885 or 12832766. OLE color: 12832766.
HSL color Cylindrical-coordinate representation of color #FECFC3: hue angle of 12.2º 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 #FECFC3 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 195 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.00 |
| HSL | 12.2º | 0.97% | 0.88% | - |
| HSV(B) | 12.2º | 0.23% | 1% | - |
| XYZ | 73.04 | 69.64 | 61.22 | - |
| YUV | 219.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 195 | 0 | 0.19 | 0.23 | 0.00 | 12.2 | 0.97 | 0.88 |
| Hex | FE | CF | C3 | 0 | 13 | 17 | 0 | C | 61 | 58 |
| Octal | 376 | 317 | 303 | 0 | 23 | 27 | 0 | 14 | 141 | 130 |
| Binary | 11111110 | 11001111 | 11000011 | 0 | 10011 | 10111 | 0 | 1100 | 1100001 | 1011000 |
Color Harmonies of #FECFC3
Complementary color
Monochromatic Colors of #FECFC3
Black with #FECFC3
Text Example
Text Example
White with #FECFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFC3; }
p { color: rgb(254,207,195); }
H1.HeaderClassName
{
color: #FECFC3;
}
.AnyTagClassName
{
color: #FECFC3;
}
</style>
background-color css
<style>
a { background-color: #FECFC3; }
a { background-color: rgb(254,207,195); }
div.DivClassName
{
background-color: #FECFC3;
}
.BgClassName
{
background-color: #FECFC3;
}
</style>
border-color css
<style>
span { border-color: #FECFC3; }
span { border-color: rgb(254,207,195); }
td.TdClassName
{
border-color: #FECFC3;
}
.TagClassName
{
border-color: #FECFC3;
}
</style>