Shades of Coral Candy #FECAC6
Tints of Coral Candy #FECAC6
RGB
CMYK
RGB Variations
Color information
#FECAC6 (or 0xFECAC6) is known color: Coral Candy. HEX triplet: FE, CA and C6. RGB value is (254,202,198). Sum of RGB (Red+Green+Blue) = 254+202+198=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC6 is #013539. Grayscale: #D9D9D9. Windows color (decimal): -79162 or 13028094. OLE color: 13028094.
HSL color Cylindrical-coordinate representation of color #FECAC6: hue angle of 4.29º 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 #FECAC6 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 198 | - |
CMYK | 0 | 0.20 | 0.22 | 0.00 |
HSL | 4.29º | 0.97% | 0.89% | - |
HSV(B) | 4.29º | 0.22% | 1% | - |
XYZ | 72.19 | 67.39 | 62.63 | - |
YUV | 217.09 | 117.23 | 154.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 198 | 0 | 0.20 | 0.22 | 0.00 | 4.29 | 0.97 | 0.89 |
Hex | FE | CA | C6 | 0 | 14 | 16 | 0 | 4 | 61 | 59 |
Octal | 376 | 312 | 306 | 0 | 24 | 26 | 0 | 4 | 141 | 131 |
Binary | 11111110 | 11001010 | 11000110 | 0 | 10100 | 10110 | 0 | 100 | 1100001 | 1011001 |
Color Harmonies of #FECAC6
Complementary color
Monochromatic Colors of #FECAC6
Black with #FECAC6
Text Example
Text Example
White with #FECAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAC6; }
p { color: rgb(254,202,198); }
H1.HeaderClassName
{
color: #FECAC6;
}
.AnyTagClassName
{
color: #FECAC6;
}
</style>
background-color css
<style>
a { background-color: #FECAC6; }
a { background-color: rgb(254,202,198); }
div.DivClassName
{
background-color: #FECAC6;
}
.BgClassName
{
background-color: #FECAC6;
}
</style>
border-color css
<style>
span { border-color: #FECAC6; }
span { border-color: rgb(254,202,198); }
td.TdClassName
{
border-color: #FECAC6;
}
.TagClassName
{
border-color: #FECAC6;
}
</style>