Shades of Coral Candy #F6CFCC
Tints of Coral Candy #F6CFCC
RGB
CMYK
RGB Variations
Color information
#F6CFCC (or 0xF6CFCC) is known color: Coral Candy. HEX triplet: F6, CF and CC. RGB value is (246,207,204). Sum of RGB (Red+Green+Blue) = 246+207+204=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFCC is #093033. Grayscale: #DADADA. Windows color (decimal): -602164 or 13422582. OLE color: 13422582.
HSL color Cylindrical-coordinate representation of color #F6CFCC: hue angle of 4.29º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CFCC is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 204 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.04 |
| HSL | 4.29º | 0.7% | 0.88% | - |
| HSV(B) | 4.29º | 0.17% | 0.96% | - |
| XYZ | 71.22 | 68.58 | 66.61 | - |
| YUV | 218.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 204 | 0 | 0.16 | 0.17 | 0.04 | 4.29 | 0.7 | 0.88 |
| Hex | F6 | CF | CC | 0 | 10 | 11 | 4 | 4 | 46 | 58 |
| Octal | 366 | 317 | 314 | 0 | 20 | 21 | 4 | 4 | 106 | 130 |
| Binary | 11110110 | 11001111 | 11001100 | 0 | 10000 | 10001 | 100 | 100 | 1000110 | 1011000 |
Color Harmonies of #F6CFCC
Complementary color
Monochromatic Colors of #F6CFCC
Black with #F6CFCC
Text Example
Text Example
White with #F6CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFCC; }
p { color: rgb(246,207,204); }
H1.HeaderClassName
{
color: #F6CFCC;
}
.AnyTagClassName
{
color: #F6CFCC;
}
</style>
background-color css
<style>
a { background-color: #F6CFCC; }
a { background-color: rgb(246,207,204); }
div.DivClassName
{
background-color: #F6CFCC;
}
.BgClassName
{
background-color: #F6CFCC;
}
</style>
border-color css
<style>
span { border-color: #F6CFCC; }
span { border-color: rgb(246,207,204); }
td.TdClassName
{
border-color: #F6CFCC;
}
.TagClassName
{
border-color: #F6CFCC;
}
</style>