Shades of Coral Candy #FECFC4
Tints of Coral Candy #FECFC4
RGB
CMYK
RGB Variations
Color information
#FECFC4 (or 0xFECFC4) is known color: Coral Candy. HEX triplet: FE, CF and C4. RGB value is (254,207,196). Sum of RGB (Red+Green+Blue) = 254+207+196=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 196 (76.95% from 255 or 29.83% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFC4 is #01303B. Grayscale: #DBDBDB. Windows color (decimal): -77884 or 12898302. OLE color: 12898302.
HSL color Cylindrical-coordinate representation of color #FECFC4: hue angle of 11.38º 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 #FECFC4 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 196 | - |
CMYK | 0 | 0.19 | 0.23 | 0.00 |
HSL | 11.38º | 0.97% | 0.88% | - |
HSV(B) | 11.38º | 0.23% | 1% | - |
XYZ | 73.15 | 69.68 | 61.82 | - |
YUV | 219.8 | 114.57 | 152.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 196 | 0 | 0.19 | 0.23 | 0.00 | 11.38 | 0.97 | 0.88 |
Hex | FE | CF | C4 | 0 | 13 | 17 | 0 | B | 61 | 58 |
Octal | 376 | 317 | 304 | 0 | 23 | 27 | 0 | 13 | 141 | 130 |
Binary | 11111110 | 11001111 | 11000100 | 0 | 10011 | 10111 | 0 | 1011 | 1100001 | 1011000 |
Color Harmonies of #FECFC4
Complementary color
Monochromatic Colors of #FECFC4
Black with #FECFC4
Text Example
Text Example
White with #FECFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFC4; }
p { color: rgb(254,207,196); }
H1.HeaderClassName
{
color: #FECFC4;
}
.AnyTagClassName
{
color: #FECFC4;
}
</style>
background-color css
<style>
a { background-color: #FECFC4; }
a { background-color: rgb(254,207,196); }
div.DivClassName
{
background-color: #FECFC4;
}
.BgClassName
{
background-color: #FECFC4;
}
</style>
border-color css
<style>
span { border-color: #FECFC4; }
span { border-color: rgb(254,207,196); }
td.TdClassName
{
border-color: #FECFC4;
}
.TagClassName
{
border-color: #FECFC4;
}
</style>