Shades of Coral Candy #F5CFCA
Tints of Coral Candy #F5CFCA
RGB
CMYK
RGB Variations
Color information
#F5CFCA (or 0xF5CFCA) is known color: Coral Candy. HEX triplet: F5, CF and CA. RGB value is (245,207,202). Sum of RGB (Red+Green+Blue) = 245+207+202=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFCA is #0A3035. Grayscale: #D9D9D9. Windows color (decimal): -667702 or 13291509. OLE color: 13291509.
HSL color Cylindrical-coordinate representation of color #F5CFCA: hue angle of 6.98º 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 #F5CFCA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 202 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.04 |
| HSL | 6.98º | 0.68% | 0.88% | - |
| HSV(B) | 6.98º | 0.18% | 0.96% | - |
| XYZ | 70.63 | 68.3 | 65.34 | - |
| YUV | 217.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 202 | 0 | 0.16 | 0.18 | 0.04 | 6.98 | 0.68 | 0.88 |
| Hex | F5 | CF | CA | 0 | 10 | 12 | 4 | 7 | 44 | 58 |
| Octal | 365 | 317 | 312 | 0 | 20 | 22 | 4 | 7 | 104 | 130 |
| Binary | 11110101 | 11001111 | 11001010 | 0 | 10000 | 10010 | 100 | 111 | 1000100 | 1011000 |
Color Harmonies of #F5CFCA
Complementary color
Monochromatic Colors of #F5CFCA
Black with #F5CFCA
Text Example
Text Example
White with #F5CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFCA; }
p { color: rgb(245,207,202); }
H1.HeaderClassName
{
color: #F5CFCA;
}
.AnyTagClassName
{
color: #F5CFCA;
}
</style>
background-color css
<style>
a { background-color: #F5CFCA; }
a { background-color: rgb(245,207,202); }
div.DivClassName
{
background-color: #F5CFCA;
}
.BgClassName
{
background-color: #F5CFCA;
}
</style>
border-color css
<style>
span { border-color: #F5CFCA; }
span { border-color: rgb(245,207,202); }
td.TdClassName
{
border-color: #F5CFCA;
}
.TagClassName
{
border-color: #F5CFCA;
}
</style>