Shades of Coral Candy #F2C6C1
Tints of Coral Candy #F2C6C1
RGB
CMYK
RGB Variations
Color information
#F2C6C1 (or 0xF2C6C1) is known color: Coral Candy. HEX triplet: F2, C6 and C1. RGB value is (242,198,193). Sum of RGB (Red+Green+Blue) = 242+198+193=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6C1 is #0D393E. Grayscale: #D2D2D2. Windows color (decimal): -866623 or 12699378. OLE color: 12699378.
HSL color Cylindrical-coordinate representation of color #F2C6C1: hue angle of 6.12º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C6C1 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 193 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.05 |
| HSL | 6.12º | 0.65% | 0.85% | - |
| HSV(B) | 6.12º | 0.2% | 0.95% | - |
| XYZ | 66.44 | 63.12 | 59.13 | - |
| YUV | 210.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 193 | 0 | 0.18 | 0.20 | 0.05 | 6.12 | 0.65 | 0.85 |
| Hex | F2 | C6 | C1 | 0 | 12 | 14 | 5 | 6 | 41 | 55 |
| Octal | 362 | 306 | 301 | 0 | 22 | 24 | 5 | 6 | 101 | 125 |
| Binary | 11110010 | 11000110 | 11000001 | 0 | 10010 | 10100 | 101 | 110 | 1000001 | 1010101 |
Color Harmonies of #F2C6C1
Complementary color
Monochromatic Colors of #F2C6C1
Black with #F2C6C1
Text Example
Text Example
White with #F2C6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6C1; }
p { color: rgb(242,198,193); }
H1.HeaderClassName
{
color: #F2C6C1;
}
.AnyTagClassName
{
color: #F2C6C1;
}
</style>
background-color css
<style>
a { background-color: #F2C6C1; }
a { background-color: rgb(242,198,193); }
div.DivClassName
{
background-color: #F2C6C1;
}
.BgClassName
{
background-color: #F2C6C1;
}
</style>
border-color css
<style>
span { border-color: #F2C6C1; }
span { border-color: rgb(242,198,193); }
td.TdClassName
{
border-color: #F2C6C1;
}
.TagClassName
{
border-color: #F2C6C1;
}
</style>