Shades of Coral Candy #F0CBC4
Tints of Coral Candy #F0CBC4
RGB
CMYK
RGB Variations
Color information
#F0CBC4 (or 0xF0CBC4) is known color: Coral Candy. HEX triplet: F0, CB and C4. RGB value is (240,203,196). Sum of RGB (Red+Green+Blue) = 240+203+196=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBC4 is #0F343B. Grayscale: #D5D5D5. Windows color (decimal): -996412 or 12897264. OLE color: 12897264.
HSL color Cylindrical-coordinate representation of color #F0CBC4: hue angle of 9.55º 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 #F0CBC4 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 196 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.06 |
| HSL | 9.55º | 0.59% | 0.85% | - |
| HSV(B) | 9.55º | 0.18% | 0.94% | - |
| XYZ | 67.25 | 65.22 | 61.27 | - |
| YUV | 213.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 196 | 0 | 0.15 | 0.18 | 0.06 | 9.55 | 0.59 | 0.85 |
| Hex | F0 | CB | C4 | 0 | F | 12 | 6 | A | 3B | 55 |
| Octal | 360 | 313 | 304 | 0 | 17 | 22 | 6 | 12 | 73 | 125 |
| Binary | 11110000 | 11001011 | 11000100 | 0 | 1111 | 10010 | 110 | 1010 | 111011 | 1010101 |
Color Harmonies of #F0CBC4
Complementary color
Monochromatic Colors of #F0CBC4
Black with #F0CBC4
Text Example
Text Example
White with #F0CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBC4; }
p { color: rgb(240,203,196); }
H1.HeaderClassName
{
color: #F0CBC4;
}
.AnyTagClassName
{
color: #F0CBC4;
}
</style>
background-color css
<style>
a { background-color: #F0CBC4; }
a { background-color: rgb(240,203,196); }
div.DivClassName
{
background-color: #F0CBC4;
}
.BgClassName
{
background-color: #F0CBC4;
}
</style>
border-color css
<style>
span { border-color: #F0CBC4; }
span { border-color: rgb(240,203,196); }
td.TdClassName
{
border-color: #F0CBC4;
}
.TagClassName
{
border-color: #F0CBC4;
}
</style>