Shades of Coral Candy #F5CECA
Tints of Coral Candy #F5CECA
RGB
CMYK
RGB Variations
Color information
#F5CECA (or 0xF5CECA) is known color: Coral Candy. HEX triplet: F5, CE and CA. RGB value is (245,206,202). Sum of RGB (Red+Green+Blue) = 245+206+202=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CECA is #0A3135. Grayscale: #D9D9D9. Windows color (decimal): -667958 or 13291253. OLE color: 13291253.
HSL color Cylindrical-coordinate representation of color #F5CECA: hue angle of 5.58º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CECA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 202 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.04 |
| HSL | 5.58º | 0.68% | 0.88% | - |
| HSV(B) | 5.58º | 0.18% | 0.96% | - |
| XYZ | 70.39 | 67.82 | 65.26 | - |
| YUV | 217.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 202 | 0 | 0.16 | 0.18 | 0.04 | 5.58 | 0.68 | 0.88 |
| Hex | F5 | CE | CA | 0 | 10 | 12 | 4 | 6 | 44 | 58 |
| Octal | 365 | 316 | 312 | 0 | 20 | 22 | 4 | 6 | 104 | 130 |
| Binary | 11110101 | 11001110 | 11001010 | 0 | 10000 | 10010 | 100 | 110 | 1000100 | 1011000 |
Color Harmonies of #F5CECA
Complementary color
Monochromatic Colors of #F5CECA
Black with #F5CECA
Text Example
Text Example
White with #F5CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CECA; }
p { color: rgb(245,206,202); }
H1.HeaderClassName
{
color: #F5CECA;
}
.AnyTagClassName
{
color: #F5CECA;
}
</style>
background-color css
<style>
a { background-color: #F5CECA; }
a { background-color: rgb(245,206,202); }
div.DivClassName
{
background-color: #F5CECA;
}
.BgClassName
{
background-color: #F5CECA;
}
</style>
border-color css
<style>
span { border-color: #F5CECA; }
span { border-color: rgb(245,206,202); }
td.TdClassName
{
border-color: #F5CECA;
}
.TagClassName
{
border-color: #F5CECA;
}
</style>