Shades of Coral Candy #F4CAC6
Tints of Coral Candy #F4CAC6
RGB
CMYK
RGB Variations
Color information
#F4CAC6 (or 0xF4CAC6) is known color: Coral Candy. HEX triplet: F4, CA and C6. RGB value is (244,202,198). Sum of RGB (Red+Green+Blue) = 244+202+198=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CAC6 is #0B3539. Grayscale: #D6D6D6. Windows color (decimal): -734522 or 13028084. OLE color: 13028084.
HSL color Cylindrical-coordinate representation of color #F4CAC6: hue angle of 5.22º degrees, saturation: 0.68, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4CAC6 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 198 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.04 |
| HSL | 5.22º | 0.68% | 0.87% | - |
| HSV(B) | 5.22º | 0.19% | 0.96% | - |
| XYZ | 68.62 | 65.55 | 62.46 | - |
| YUV | 214.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 198 | 0 | 0.17 | 0.19 | 0.04 | 5.22 | 0.68 | 0.87 |
| Hex | F4 | CA | C6 | 0 | 11 | 13 | 4 | 5 | 44 | 57 |
| Octal | 364 | 312 | 306 | 0 | 21 | 23 | 4 | 5 | 104 | 127 |
| Binary | 11110100 | 11001010 | 11000110 | 0 | 10001 | 10011 | 100 | 101 | 1000100 | 1010111 |
Color Harmonies of #F4CAC6
Complementary color
Monochromatic Colors of #F4CAC6
Black with #F4CAC6
Text Example
Text Example
White with #F4CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CAC6; }
p { color: rgb(244,202,198); }
H1.HeaderClassName
{
color: #F4CAC6;
}
.AnyTagClassName
{
color: #F4CAC6;
}
</style>
background-color css
<style>
a { background-color: #F4CAC6; }
a { background-color: rgb(244,202,198); }
div.DivClassName
{
background-color: #F4CAC6;
}
.BgClassName
{
background-color: #F4CAC6;
}
</style>
border-color css
<style>
span { border-color: #F4CAC6; }
span { border-color: rgb(244,202,198); }
td.TdClassName
{
border-color: #F4CAC6;
}
.TagClassName
{
border-color: #F4CAC6;
}
</style>