Shades of Coral Candy #F6D4CC
Tints of Coral Candy #F6D4CC
RGB
CMYK
RGB Variations
Color information
#F6D4CC (or 0xF6D4CC) is known color: Coral Candy. HEX triplet: F6, D4 and CC. RGB value is (246,212,204). Sum of RGB (Red+Green+Blue) = 246+212+204=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D4CC is #092B33. Grayscale: #DDDDDD. Windows color (decimal): -600884 or 13423862. OLE color: 13423862.
HSL color Cylindrical-coordinate representation of color #F6D4CC: hue angle of 11.43º 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 #F6D4CC is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 204 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.04 |
| HSL | 11.43º | 0.7% | 0.88% | - |
| HSV(B) | 11.43º | 0.17% | 0.96% | - |
| XYZ | 72.45 | 71.04 | 67.02 | - |
| YUV | 221.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 204 | 0 | 0.14 | 0.17 | 0.04 | 11.43 | 0.7 | 0.88 |
| Hex | F6 | D4 | CC | 0 | E | 11 | 4 | B | 46 | 58 |
| Octal | 366 | 324 | 314 | 0 | 16 | 21 | 4 | 13 | 106 | 130 |
| Binary | 11110110 | 11010100 | 11001100 | 0 | 1110 | 10001 | 100 | 1011 | 1000110 | 1011000 |
Color Harmonies of #F6D4CC
Complementary color
Monochromatic Colors of #F6D4CC
Black with #F6D4CC
Text Example
Text Example
White with #F6D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D4CC; }
p { color: rgb(246,212,204); }
H1.HeaderClassName
{
color: #F6D4CC;
}
.AnyTagClassName
{
color: #F6D4CC;
}
</style>
background-color css
<style>
a { background-color: #F6D4CC; }
a { background-color: rgb(246,212,204); }
div.DivClassName
{
background-color: #F6D4CC;
}
.BgClassName
{
background-color: #F6D4CC;
}
</style>
border-color css
<style>
span { border-color: #F6D4CC; }
span { border-color: rgb(246,212,204); }
td.TdClassName
{
border-color: #F6D4CC;
}
.TagClassName
{
border-color: #F6D4CC;
}
</style>