Shades of Coral Candy #FECCC4
Tints of Coral Candy #FECCC4
RGB
CMYK
RGB Variations
Color information
#FECCC4 (or 0xFECCC4) is known color: Coral Candy. HEX triplet: FE, CC and C4. RGB value is (254,204,196). Sum of RGB (Red+Green+Blue) = 254+204+196=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCC4 is #01333B. Grayscale: #DADADA. Windows color (decimal): -78652 or 12897534. OLE color: 12897534.
HSL color Cylindrical-coordinate representation of color #FECCC4: hue angle of 8.28º 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 #FECCC4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 204 | 196 | - |
CMYK | 0 | 0.20 | 0.23 | 0.00 |
HSL | 8.28º | 0.97% | 0.88% | - |
HSV(B) | 8.28º | 0.23% | 1% | - |
XYZ | 72.43 | 68.24 | 61.58 | - |
YUV | 218.04 | 115.57 | 153.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 204 | 196 | 0 | 0.20 | 0.23 | 0.00 | 8.28 | 0.97 | 0.88 |
Hex | FE | CC | C4 | 0 | 14 | 17 | 0 | 8 | 61 | 58 |
Octal | 376 | 314 | 304 | 0 | 24 | 27 | 0 | 10 | 141 | 130 |
Binary | 11111110 | 11001100 | 11000100 | 0 | 10100 | 10111 | 0 | 1000 | 1100001 | 1011000 |
Color Harmonies of #FECCC4
Complementary color
Monochromatic Colors of #FECCC4
Black with #FECCC4
Text Example
Text Example
White with #FECCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCC4; }
p { color: rgb(254,204,196); }
H1.HeaderClassName
{
color: #FECCC4;
}
.AnyTagClassName
{
color: #FECCC4;
}
</style>
background-color css
<style>
a { background-color: #FECCC4; }
a { background-color: rgb(254,204,196); }
div.DivClassName
{
background-color: #FECCC4;
}
.BgClassName
{
background-color: #FECCC4;
}
</style>
border-color css
<style>
span { border-color: #FECCC4; }
span { border-color: rgb(254,204,196); }
td.TdClassName
{
border-color: #FECCC4;
}
.TagClassName
{
border-color: #FECCC4;
}
</style>