Shades of Coral Candy #F0CAC8
Tints of Coral Candy #F0CAC8
RGB
CMYK
RGB Variations
Color information
#F0CAC8 (or 0xF0CAC8) is known color: Coral Candy. HEX triplet: F0, CA and C8. RGB value is (240,202,200). Sum of RGB (Red+Green+Blue) = 240+202+200=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAC8 is #0F3537. Grayscale: #D5D5D5. Windows color (decimal): -996664 or 13159152. OLE color: 13159152.
HSL color Cylindrical-coordinate representation of color #F0CAC8: hue angle of 3º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0CAC8 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 200 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.06 |
| HSL | 3º | 0.57% | 0.86% | - |
| HSV(B) | 3º | 0.17% | 0.94% | - |
| XYZ | 67.48 | 64.94 | 63.62 | - |
| YUV | 213.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 200 | 0 | 0.16 | 0.17 | 0.06 | 3 | 0.57 | 0.86 |
| Hex | F0 | CA | C8 | 0 | 10 | 11 | 6 | 3 | 39 | 56 |
| Octal | 360 | 312 | 310 | 0 | 20 | 21 | 6 | 3 | 71 | 126 |
| Binary | 11110000 | 11001010 | 11001000 | 0 | 10000 | 10001 | 110 | 11 | 111001 | 1010110 |
Color Harmonies of #F0CAC8
Complementary color
Monochromatic Colors of #F0CAC8
Black with #F0CAC8
Text Example
Text Example
White with #F0CAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAC8; }
p { color: rgb(240,202,200); }
H1.HeaderClassName
{
color: #F0CAC8;
}
.AnyTagClassName
{
color: #F0CAC8;
}
</style>
background-color css
<style>
a { background-color: #F0CAC8; }
a { background-color: rgb(240,202,200); }
div.DivClassName
{
background-color: #F0CAC8;
}
.BgClassName
{
background-color: #F0CAC8;
}
</style>
border-color css
<style>
span { border-color: #F0CAC8; }
span { border-color: rgb(240,202,200); }
td.TdClassName
{
border-color: #F0CAC8;
}
.TagClassName
{
border-color: #F0CAC8;
}
</style>