Shades of Coral Candy #F0CBC8
Tints of Coral Candy #F0CBC8
RGB
CMYK
RGB Variations
Color information
#F0CBC8 (or 0xF0CBC8) is known color: Coral Candy. HEX triplet: F0, CB and C8. RGB value is (240,203,200). Sum of RGB (Red+Green+Blue) = 240+203+200=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBC8 is #0F3437. Grayscale: #D5D5D5. Windows color (decimal): -996408 or 13159408. OLE color: 13159408.
HSL color Cylindrical-coordinate representation of color #F0CBC8: hue angle of 4.5º degrees, saturation: 0.57, 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 #F0CBC8 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 200 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.06 |
| HSL | 4.5º | 0.57% | 0.86% | - |
| HSV(B) | 4.5º | 0.17% | 0.94% | - |
| XYZ | 67.72 | 65.41 | 63.7 | - |
| YUV | 213.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 200 | 0 | 0.15 | 0.17 | 0.06 | 4.5 | 0.57 | 0.86 |
| Hex | F0 | CB | C8 | 0 | F | 11 | 6 | 4 | 39 | 56 |
| Octal | 360 | 313 | 310 | 0 | 17 | 21 | 6 | 4 | 71 | 126 |
| Binary | 11110000 | 11001011 | 11001000 | 0 | 1111 | 10001 | 110 | 100 | 111001 | 1010110 |
Color Harmonies of #F0CBC8
Complementary color
Monochromatic Colors of #F0CBC8
Black with #F0CBC8
Text Example
Text Example
White with #F0CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBC8; }
p { color: rgb(240,203,200); }
H1.HeaderClassName
{
color: #F0CBC8;
}
.AnyTagClassName
{
color: #F0CBC8;
}
</style>
background-color css
<style>
a { background-color: #F0CBC8; }
a { background-color: rgb(240,203,200); }
div.DivClassName
{
background-color: #F0CBC8;
}
.BgClassName
{
background-color: #F0CBC8;
}
</style>
border-color css
<style>
span { border-color: #F0CBC8; }
span { border-color: rgb(240,203,200); }
td.TdClassName
{
border-color: #F0CBC8;
}
.TagClassName
{
border-color: #F0CBC8;
}
</style>