Shades of Coral Candy #F0CCC4
Tints of Coral Candy #F0CCC4
RGB
CMYK
RGB Variations
Color information
#F0CCC4 (or 0xF0CCC4) is known color: Coral Candy. HEX triplet: F0, CC and C4. RGB value is (240,204,196). Sum of RGB (Red+Green+Blue) = 240+204+196=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCC4 is #0F333B. Grayscale: #D5D5D5. Windows color (decimal): -996156 or 12897520. OLE color: 12897520.
HSL color Cylindrical-coordinate representation of color #F0CCC4: hue angle of 10.91º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0CCC4 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 196 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.06 |
| HSL | 10.91º | 0.59% | 0.85% | - |
| HSV(B) | 10.91º | 0.18% | 0.94% | - |
| XYZ | 67.49 | 65.7 | 61.35 | - |
| YUV | 213.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 196 | 0 | 0.15 | 0.18 | 0.06 | 10.91 | 0.59 | 0.85 |
| Hex | F0 | CC | C4 | 0 | F | 12 | 6 | B | 3B | 55 |
| Octal | 360 | 314 | 304 | 0 | 17 | 22 | 6 | 13 | 73 | 125 |
| Binary | 11110000 | 11001100 | 11000100 | 0 | 1111 | 10010 | 110 | 1011 | 111011 | 1010101 |
Color Harmonies of #F0CCC4
Complementary color
Monochromatic Colors of #F0CCC4
Black with #F0CCC4
Text Example
Text Example
White with #F0CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCC4; }
p { color: rgb(240,204,196); }
H1.HeaderClassName
{
color: #F0CCC4;
}
.AnyTagClassName
{
color: #F0CCC4;
}
</style>
background-color css
<style>
a { background-color: #F0CCC4; }
a { background-color: rgb(240,204,196); }
div.DivClassName
{
background-color: #F0CCC4;
}
.BgClassName
{
background-color: #F0CCC4;
}
</style>
border-color css
<style>
span { border-color: #F0CCC4; }
span { border-color: rgb(240,204,196); }
td.TdClassName
{
border-color: #F0CCC4;
}
.TagClassName
{
border-color: #F0CCC4;
}
</style>