Shades of Coral Candy #F0CFCB
Tints of Coral Candy #F0CFCB
RGB
CMYK
RGB Variations
Color information
#F0CFCB (or 0xF0CFCB) is known color: Coral Candy. HEX triplet: F0, CF and CB. RGB value is (240,207,203). Sum of RGB (Red+Green+Blue) = 240+207+203=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFCB is #0F3034. Grayscale: #D8D8D8. Windows color (decimal): -995381 or 13357040. OLE color: 13357040.
HSL color Cylindrical-coordinate representation of color #F0CFCB: hue angle of 6.49º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CFCB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 203 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.06 |
| HSL | 6.49º | 0.55% | 0.87% | - |
| HSV(B) | 6.49º | 0.15% | 0.94% | - |
| XYZ | 69.03 | 67.46 | 65.88 | - |
| YUV | 216.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 203 | 0 | 0.14 | 0.15 | 0.06 | 6.49 | 0.55 | 0.87 |
| Hex | F0 | CF | CB | 0 | E | F | 6 | 6 | 37 | 57 |
| Octal | 360 | 317 | 313 | 0 | 16 | 17 | 6 | 6 | 67 | 127 |
| Binary | 11110000 | 11001111 | 11001011 | 0 | 1110 | 1111 | 110 | 110 | 110111 | 1010111 |
Color Harmonies of #F0CFCB
Complementary color
Monochromatic Colors of #F0CFCB
Black with #F0CFCB
Text Example
Text Example
White with #F0CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFCB; }
p { color: rgb(240,207,203); }
H1.HeaderClassName
{
color: #F0CFCB;
}
.AnyTagClassName
{
color: #F0CFCB;
}
</style>
background-color css
<style>
a { background-color: #F0CFCB; }
a { background-color: rgb(240,207,203); }
div.DivClassName
{
background-color: #F0CFCB;
}
.BgClassName
{
background-color: #F0CFCB;
}
</style>
border-color css
<style>
span { border-color: #F0CFCB; }
span { border-color: rgb(240,207,203); }
td.TdClassName
{
border-color: #F0CFCB;
}
.TagClassName
{
border-color: #F0CFCB;
}
</style>