Shades of Coral Candy #F0CCC7
Tints of Coral Candy #F0CCC7
RGB
CMYK
RGB Variations
Color information
#F0CCC7 (or 0xF0CCC7) is known color: Coral Candy. HEX triplet: F0, CC and C7. RGB value is (240,204,199). Sum of RGB (Red+Green+Blue) = 240+204+199=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCC7 is #0F3338. Grayscale: #D6D6D6. Windows color (decimal): -996153 or 13094128. OLE color: 13094128.
HSL color Cylindrical-coordinate representation of color #F0CCC7: hue angle of 7.32º degrees, saturation: 0.58, 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 #F0CCC7 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 199 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.06 |
| HSL | 7.32º | 0.58% | 0.86% | - |
| HSV(B) | 7.32º | 0.17% | 0.94% | - |
| XYZ | 67.84 | 65.83 | 63.16 | - |
| YUV | 214.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 199 | 0 | 0.15 | 0.17 | 0.06 | 7.32 | 0.58 | 0.86 |
| Hex | F0 | CC | C7 | 0 | F | 11 | 6 | 7 | 3A | 56 |
| Octal | 360 | 314 | 307 | 0 | 17 | 21 | 6 | 7 | 72 | 126 |
| Binary | 11110000 | 11001100 | 11000111 | 0 | 1111 | 10001 | 110 | 111 | 111010 | 1010110 |
Color Harmonies of #F0CCC7
Complementary color
Monochromatic Colors of #F0CCC7
Black with #F0CCC7
Text Example
Text Example
White with #F0CCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCC7; }
p { color: rgb(240,204,199); }
H1.HeaderClassName
{
color: #F0CCC7;
}
.AnyTagClassName
{
color: #F0CCC7;
}
</style>
background-color css
<style>
a { background-color: #F0CCC7; }
a { background-color: rgb(240,204,199); }
div.DivClassName
{
background-color: #F0CCC7;
}
.BgClassName
{
background-color: #F0CCC7;
}
</style>
border-color css
<style>
span { border-color: #F0CCC7; }
span { border-color: rgb(240,204,199); }
td.TdClassName
{
border-color: #F0CCC7;
}
.TagClassName
{
border-color: #F0CCC7;
}
</style>