Shades of Coral Candy #FECCC5
Tints of Coral Candy #FECCC5
RGB
CMYK
RGB Variations
Color information
#FECCC5 (or 0xFECCC5) is known color: Coral Candy. HEX triplet: FE, CC and C5. RGB value is (254,204,197). Sum of RGB (Red+Green+Blue) = 254+204+197=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCC5 is #01333A. Grayscale: #DADADA. Windows color (decimal): -78651 or 12963070. OLE color: 12963070.
HSL color Cylindrical-coordinate representation of color #FECCC5: hue angle of 7.37º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECCC5 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 197 | - |
CMYK | 0 | 0.20 | 0.22 | 0.00 |
HSL | 7.37º | 0.97% | 0.88% | - |
HSV(B) | 7.37º | 0.22% | 1% | - |
XYZ | 72.54 | 68.29 | 62.18 | - |
YUV | 218.15 | 116.07 | 153.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 197 | 0 | 0.20 | 0.22 | 0.00 | 7.37 | 0.97 | 0.88 |
Hex | FE | CC | C5 | 0 | 14 | 16 | 0 | 7 | 61 | 58 |
Octal | 376 | 314 | 305 | 0 | 24 | 26 | 0 | 7 | 141 | 130 |
Binary | 11111110 | 11001100 | 11000101 | 0 | 10100 | 10110 | 0 | 111 | 1100001 | 1011000 |
Color Harmonies of #FECCC5
Complementary color
Monochromatic Colors of #FECCC5
Black with #FECCC5
Text Example
Text Example
White with #FECCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCC5; }
p { color: rgb(254,204,197); }
H1.HeaderClassName
{
color: #FECCC5;
}
.AnyTagClassName
{
color: #FECCC5;
}
</style>
background-color css
<style>
a { background-color: #FECCC5; }
a { background-color: rgb(254,204,197); }
div.DivClassName
{
background-color: #FECCC5;
}
.BgClassName
{
background-color: #FECCC5;
}
</style>
border-color css
<style>
span { border-color: #FECCC5; }
span { border-color: rgb(254,204,197); }
td.TdClassName
{
border-color: #FECCC5;
}
.TagClassName
{
border-color: #FECCC5;
}
</style>