Shades of Coral Candy #F6C9C1
Tints of Coral Candy #F6C9C1
RGB
CMYK
RGB Variations
Color information
#F6C9C1 (or 0xF6C9C1) is known color: Coral Candy. HEX triplet: F6, C9 and C1. RGB value is (246,201,193). Sum of RGB (Red+Green+Blue) = 246+201+193=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9C1 is #09363E. Grayscale: #D5D5D5. Windows color (decimal): -603711 or 12700150. OLE color: 12700150.
HSL color Cylindrical-coordinate representation of color #F6C9C1: hue angle of 9.06º 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 #F6C9C1 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 193 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.04 |
| HSL | 9.06º | 0.75% | 0.86% | - |
| HSV(B) | 9.06º | 0.22% | 0.96% | - |
| XYZ | 68.52 | 65.22 | 59.43 | - |
| YUV | 213.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 193 | 0 | 0.18 | 0.22 | 0.04 | 9.06 | 0.75 | 0.86 |
| Hex | F6 | C9 | C1 | 0 | 12 | 16 | 4 | 9 | 4B | 56 |
| Octal | 366 | 311 | 301 | 0 | 22 | 26 | 4 | 11 | 113 | 126 |
| Binary | 11110110 | 11001001 | 11000001 | 0 | 10010 | 10110 | 100 | 1001 | 1001011 | 1010110 |
Color Harmonies of #F6C9C1
Complementary color
Monochromatic Colors of #F6C9C1
Black with #F6C9C1
Text Example
Text Example
White with #F6C9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9C1; }
p { color: rgb(246,201,193); }
H1.HeaderClassName
{
color: #F6C9C1;
}
.AnyTagClassName
{
color: #F6C9C1;
}
</style>
background-color css
<style>
a { background-color: #F6C9C1; }
a { background-color: rgb(246,201,193); }
div.DivClassName
{
background-color: #F6C9C1;
}
.BgClassName
{
background-color: #F6C9C1;
}
</style>
border-color css
<style>
span { border-color: #F6C9C1; }
span { border-color: rgb(246,201,193); }
td.TdClassName
{
border-color: #F6C9C1;
}
.TagClassName
{
border-color: #F6C9C1;
}
</style>