Shades of Coral Candy #F0CFCA
Tints of Coral Candy #F0CFCA
RGB
CMYK
RGB Variations
Color information
#F0CFCA (or 0xF0CFCA) is known color: Coral Candy. HEX triplet: F0, CF and CA. RGB value is (240,207,202). Sum of RGB (Red+Green+Blue) = 240+207+202=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFCA is #0F3035. Grayscale: #D8D8D8. Windows color (decimal): -995382 or 13291504. OLE color: 13291504.
HSL color Cylindrical-coordinate representation of color #F0CFCA: hue angle of 7.89º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0CFCA is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 202 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.06 |
| HSL | 7.89º | 0.56% | 0.87% | - |
| HSV(B) | 7.89º | 0.16% | 0.94% | - |
| XYZ | 68.91 | 67.42 | 65.26 | - |
| YUV | 216.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 202 | 0 | 0.14 | 0.16 | 0.06 | 7.89 | 0.56 | 0.87 |
| Hex | F0 | CF | CA | 0 | E | 10 | 6 | 8 | 38 | 57 |
| Octal | 360 | 317 | 312 | 0 | 16 | 20 | 6 | 10 | 70 | 127 |
| Binary | 11110000 | 11001111 | 11001010 | 0 | 1110 | 10000 | 110 | 1000 | 111000 | 1010111 |
Color Harmonies of #F0CFCA
Complementary color
Monochromatic Colors of #F0CFCA
Black with #F0CFCA
Text Example
Text Example
White with #F0CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFCA; }
p { color: rgb(240,207,202); }
H1.HeaderClassName
{
color: #F0CFCA;
}
.AnyTagClassName
{
color: #F0CFCA;
}
</style>
background-color css
<style>
a { background-color: #F0CFCA; }
a { background-color: rgb(240,207,202); }
div.DivClassName
{
background-color: #F0CFCA;
}
.BgClassName
{
background-color: #F0CFCA;
}
</style>
border-color css
<style>
span { border-color: #F0CFCA; }
span { border-color: rgb(240,207,202); }
td.TdClassName
{
border-color: #F0CFCA;
}
.TagClassName
{
border-color: #F0CFCA;
}
</style>