Shades of Coral Candy #F6CCC3
Tints of Coral Candy #F6CCC3
RGB
CMYK
RGB Variations
Color information
#F6CCC3 (or 0xF6CCC3) is known color: Coral Candy. HEX triplet: F6, CC and C3. RGB value is (246,204,195). Sum of RGB (Red+Green+Blue) = 246+204+195=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCC3 is #09333C. Grayscale: #D7D7D7. Windows color (decimal): -602941 or 12831990. OLE color: 12831990.
HSL color Cylindrical-coordinate representation of color #F6CCC3: hue angle of 10.59º 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 #F6CCC3 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 195 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.04 |
| HSL | 10.59º | 0.74% | 0.86% | - |
| HSV(B) | 10.59º | 0.21% | 0.96% | - |
| XYZ | 69.45 | 66.72 | 60.85 | - |
| YUV | 215.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 195 | 0 | 0.17 | 0.21 | 0.04 | 10.59 | 0.74 | 0.86 |
| Hex | F6 | CC | C3 | 0 | 11 | 15 | 4 | B | 4A | 56 |
| Octal | 366 | 314 | 303 | 0 | 21 | 25 | 4 | 13 | 112 | 126 |
| Binary | 11110110 | 11001100 | 11000011 | 0 | 10001 | 10101 | 100 | 1011 | 1001010 | 1010110 |
Color Harmonies of #F6CCC3
Complementary color
Monochromatic Colors of #F6CCC3
Black with #F6CCC3
Text Example
Text Example
White with #F6CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCC3; }
p { color: rgb(246,204,195); }
H1.HeaderClassName
{
color: #F6CCC3;
}
.AnyTagClassName
{
color: #F6CCC3;
}
</style>
background-color css
<style>
a { background-color: #F6CCC3; }
a { background-color: rgb(246,204,195); }
div.DivClassName
{
background-color: #F6CCC3;
}
.BgClassName
{
background-color: #F6CCC3;
}
</style>
border-color css
<style>
span { border-color: #F6CCC3; }
span { border-color: rgb(246,204,195); }
td.TdClassName
{
border-color: #F6CCC3;
}
.TagClassName
{
border-color: #F6CCC3;
}
</style>