Shades of Coral Candy #F6CCC1
Tints of Coral Candy #F6CCC1
RGB
CMYK
RGB Variations
Color information
#F6CCC1 (or 0xF6CCC1) is known color: Coral Candy. HEX triplet: F6, CC and C1. RGB value is (246,204,193). Sum of RGB (Red+Green+Blue) = 246+204+193=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCC1 is #09333E. Grayscale: #D7D7D7. Windows color (decimal): -602943 or 12700918. OLE color: 12700918.
HSL color Cylindrical-coordinate representation of color #F6CCC1: hue angle of 12.45º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6CCC1 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 193 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.04 |
| HSL | 12.45º | 0.75% | 0.86% | - |
| HSV(B) | 12.45º | 0.22% | 0.96% | - |
| XYZ | 69.22 | 66.63 | 59.66 | - |
| YUV | 215.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 193 | 0 | 0.17 | 0.22 | 0.04 | 12.45 | 0.75 | 0.86 |
| Hex | F6 | CC | C1 | 0 | 11 | 16 | 4 | C | 4B | 56 |
| Octal | 366 | 314 | 301 | 0 | 21 | 26 | 4 | 14 | 113 | 126 |
| Binary | 11110110 | 11001100 | 11000001 | 0 | 10001 | 10110 | 100 | 1100 | 1001011 | 1010110 |
Color Harmonies of #F6CCC1
Complementary color
Monochromatic Colors of #F6CCC1
Black with #F6CCC1
Text Example
Text Example
White with #F6CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCC1; }
p { color: rgb(246,204,193); }
H1.HeaderClassName
{
color: #F6CCC1;
}
.AnyTagClassName
{
color: #F6CCC1;
}
</style>
background-color css
<style>
a { background-color: #F6CCC1; }
a { background-color: rgb(246,204,193); }
div.DivClassName
{
background-color: #F6CCC1;
}
.BgClassName
{
background-color: #F6CCC1;
}
</style>
border-color css
<style>
span { border-color: #F6CCC1; }
span { border-color: rgb(246,204,193); }
td.TdClassName
{
border-color: #F6CCC1;
}
.TagClassName
{
border-color: #F6CCC1;
}
</style>