Shades of Coral Candy #F5CAC2
Tints of Coral Candy #F5CAC2
RGB
CMYK
RGB Variations
Color information
#F5CAC2 (or 0xF5CAC2) is known color: Coral Candy. HEX triplet: F5, CA and C2. RGB value is (245,202,194). Sum of RGB (Red+Green+Blue) = 245+202+194=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CAC2 is #0A353D. Grayscale: #D6D6D6. Windows color (decimal): -668990 or 12765941. OLE color: 12765941.
HSL color Cylindrical-coordinate representation of color #F5CAC2: hue angle of 9.41º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5CAC2 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 202 | 194 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.04 |
| HSL | 9.41º | 0.72% | 0.86% | - |
| HSV(B) | 9.41º | 0.21% | 0.96% | - |
| XYZ | 68.51 | 65.55 | 60.08 | - |
| YUV | 213.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 202 | 194 | 0 | 0.18 | 0.21 | 0.04 | 9.41 | 0.72 | 0.86 |
| Hex | F5 | CA | C2 | 0 | 12 | 15 | 4 | 9 | 48 | 56 |
| Octal | 365 | 312 | 302 | 0 | 22 | 25 | 4 | 11 | 110 | 126 |
| Binary | 11110101 | 11001010 | 11000010 | 0 | 10010 | 10101 | 100 | 1001 | 1001000 | 1010110 |
Color Harmonies of #F5CAC2
Complementary color
Monochromatic Colors of #F5CAC2
Black with #F5CAC2
Text Example
Text Example
White with #F5CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CAC2; }
p { color: rgb(245,202,194); }
H1.HeaderClassName
{
color: #F5CAC2;
}
.AnyTagClassName
{
color: #F5CAC2;
}
</style>
background-color css
<style>
a { background-color: #F5CAC2; }
a { background-color: rgb(245,202,194); }
div.DivClassName
{
background-color: #F5CAC2;
}
.BgClassName
{
background-color: #F5CAC2;
}
</style>
border-color css
<style>
span { border-color: #F5CAC2; }
span { border-color: rgb(245,202,194); }
td.TdClassName
{
border-color: #F5CAC2;
}
.TagClassName
{
border-color: #F5CAC2;
}
</style>