Shades of Coral Candy #FECCC6
Tints of Coral Candy #FECCC6
RGB
CMYK
RGB Variations
Color information
#FECCC6 (or 0xFECCC6) is known color: Coral Candy. HEX triplet: FE, CC and C6. RGB value is (254,204,198). Sum of RGB (Red+Green+Blue) = 254+204+198=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCC6 is #013339. Grayscale: #DADADA. Windows color (decimal): -78650 or 13028606. OLE color: 13028606.
HSL color Cylindrical-coordinate representation of color #FECCC6: hue angle of 6.43º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECCC6 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 198 | - |
CMYK | 0 | 0.20 | 0.22 | 0.00 |
HSL | 6.43º | 0.97% | 0.89% | - |
HSV(B) | 6.43º | 0.22% | 1% | - |
XYZ | 72.66 | 68.33 | 62.79 | - |
YUV | 218.27 | 116.57 | 153.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 198 | 0 | 0.20 | 0.22 | 0.00 | 6.43 | 0.97 | 0.89 |
Hex | FE | CC | C6 | 0 | 14 | 16 | 0 | 6 | 61 | 59 |
Octal | 376 | 314 | 306 | 0 | 24 | 26 | 0 | 6 | 141 | 131 |
Binary | 11111110 | 11001100 | 11000110 | 0 | 10100 | 10110 | 0 | 110 | 1100001 | 1011001 |
Color Harmonies of #FECCC6
Complementary color
Monochromatic Colors of #FECCC6
Black with #FECCC6
Text Example
Text Example
White with #FECCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCC6; }
p { color: rgb(254,204,198); }
H1.HeaderClassName
{
color: #FECCC6;
}
.AnyTagClassName
{
color: #FECCC6;
}
</style>
background-color css
<style>
a { background-color: #FECCC6; }
a { background-color: rgb(254,204,198); }
div.DivClassName
{
background-color: #FECCC6;
}
.BgClassName
{
background-color: #FECCC6;
}
</style>
border-color css
<style>
span { border-color: #FECCC6; }
span { border-color: rgb(254,204,198); }
td.TdClassName
{
border-color: #FECCC6;
}
.TagClassName
{
border-color: #FECCC6;
}
</style>