Shades of Coral Candy #FFCEC4
Tints of Coral Candy #FFCEC4
RGB
CMYK
RGB Variations
Color information
#FFCEC4 (or 0xFFCEC4) is known color: Coral Candy. HEX triplet: FF, CE and C4. RGB value is (255,206,196). Sum of RGB (Red+Green+Blue) = 255+206+196=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 196 (76.95% from 255 or 29.83% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEC4 is #00313B. Grayscale: #DBDBDB. Windows color (decimal): -12604 or 12898047. OLE color: 12898047.
HSL color Cylindrical-coordinate representation of color #FFCEC4: hue angle of 10.17º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFCEC4 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 196 | - |
| CMYK | 0 | 0.19 | 0.23 | 0 |
| HSL | 10.17º | 1% | 0.88% | - |
| HSV(B) | 10.17º | 0.23% | 1% | - |
| XYZ | 73.28 | 69.39 | 61.76 | - |
| YUV | 219.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 196 | 0 | 0.19 | 0.23 | 0 | 10.17 | 1 | 0.88 |
| Hex | FF | CE | C4 | 0 | 13 | 17 | 0 | A | 64 | 58 |
| Octal | 377 | 316 | 304 | 0 | 23 | 27 | 0 | 12 | 144 | 130 |
| Binary | 11111111 | 11001110 | 11000100 | 0 | 10011 | 10111 | 0 | 1010 | 1100100 | 1011000 |
Color Harmonies of #FFCEC4
Complementary color
Monochromatic Colors of #FFCEC4
Black with #FFCEC4
Text Example
Text Example
White with #FFCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEC4; }
p { color: rgb(255,206,196); }
H1.HeaderClassName
{
color: #FFCEC4;
}
.AnyTagClassName
{
color: #FFCEC4;
}
</style>
background-color css
<style>
a { background-color: #FFCEC4; }
a { background-color: rgb(255,206,196); }
div.DivClassName
{
background-color: #FFCEC4;
}
.BgClassName
{
background-color: #FFCEC4;
}
</style>
border-color css
<style>
span { border-color: #FFCEC4; }
span { border-color: rgb(255,206,196); }
td.TdClassName
{
border-color: #FFCEC4;
}
.TagClassName
{
border-color: #FFCEC4;
}
</style>