Shades of Coral Candy #F6CCC2
Tints of Coral Candy #F6CCC2
RGB
CMYK
RGB Variations
Color information
#F6CCC2 (or 0xF6CCC2) is known color: Coral Candy. HEX triplet: F6, CC and C2. RGB value is (246,204,194). Sum of RGB (Red+Green+Blue) = 246+204+194=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCC2 is #09333D. Grayscale: #D7D7D7. Windows color (decimal): -602942 or 12766454. OLE color: 12766454.
HSL color Cylindrical-coordinate representation of color #F6CCC2: hue angle of 11.54º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6CCC2 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 194 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.04 |
| HSL | 11.54º | 0.74% | 0.86% | - |
| HSV(B) | 11.54º | 0.21% | 0.96% | - |
| XYZ | 69.34 | 66.67 | 60.25 | - |
| YUV | 215.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 194 | 0 | 0.17 | 0.21 | 0.04 | 11.54 | 0.74 | 0.86 |
| Hex | F6 | CC | C2 | 0 | 11 | 15 | 4 | C | 4A | 56 |
| Octal | 366 | 314 | 302 | 0 | 21 | 25 | 4 | 14 | 112 | 126 |
| Binary | 11110110 | 11001100 | 11000010 | 0 | 10001 | 10101 | 100 | 1100 | 1001010 | 1010110 |
Color Harmonies of #F6CCC2
Complementary color
Monochromatic Colors of #F6CCC2
Black with #F6CCC2
Text Example
Text Example
White with #F6CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCC2; }
p { color: rgb(246,204,194); }
H1.HeaderClassName
{
color: #F6CCC2;
}
.AnyTagClassName
{
color: #F6CCC2;
}
</style>
background-color css
<style>
a { background-color: #F6CCC2; }
a { background-color: rgb(246,204,194); }
div.DivClassName
{
background-color: #F6CCC2;
}
.BgClassName
{
background-color: #F6CCC2;
}
</style>
border-color css
<style>
span { border-color: #F6CCC2; }
span { border-color: rgb(246,204,194); }
td.TdClassName
{
border-color: #F6CCC2;
}
.TagClassName
{
border-color: #F6CCC2;
}
</style>