Shades of Coral Candy #F0CAC3
Tints of Coral Candy #F0CAC3
RGB
CMYK
RGB Variations
Color information
#F0CAC3 (or 0xF0CAC3) is known color: Coral Candy. HEX triplet: F0, CA and C3. RGB value is (240,202,195). Sum of RGB (Red+Green+Blue) = 240+202+195=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CAC3 is #0F353C. Grayscale: #D4D4D4. Windows color (decimal): -996669 or 12831472. OLE color: 12831472.
HSL color Cylindrical-coordinate representation of color #F0CAC3: hue angle of 9.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0CAC3 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 195 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.06 |
| HSL | 9.33º | 0.6% | 0.85% | - |
| HSV(B) | 9.33º | 0.19% | 0.94% | - |
| XYZ | 66.91 | 64.71 | 60.59 | - |
| YUV | 212.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 195 | 0 | 0.16 | 0.19 | 0.06 | 9.33 | 0.6 | 0.85 |
| Hex | F0 | CA | C3 | 0 | 10 | 13 | 6 | 9 | 3C | 55 |
| Octal | 360 | 312 | 303 | 0 | 20 | 23 | 6 | 11 | 74 | 125 |
| Binary | 11110000 | 11001010 | 11000011 | 0 | 10000 | 10011 | 110 | 1001 | 111100 | 1010101 |
Color Harmonies of #F0CAC3
Complementary color
Monochromatic Colors of #F0CAC3
Black with #F0CAC3
Text Example
Text Example
White with #F0CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAC3; }
p { color: rgb(240,202,195); }
H1.HeaderClassName
{
color: #F0CAC3;
}
.AnyTagClassName
{
color: #F0CAC3;
}
</style>
background-color css
<style>
a { background-color: #F0CAC3; }
a { background-color: rgb(240,202,195); }
div.DivClassName
{
background-color: #F0CAC3;
}
.BgClassName
{
background-color: #F0CAC3;
}
</style>
border-color css
<style>
span { border-color: #F0CAC3; }
span { border-color: rgb(240,202,195); }
td.TdClassName
{
border-color: #F0CAC3;
}
.TagClassName
{
border-color: #F0CAC3;
}
</style>