Shades of Coral Candy #F1CEC6
Tints of Coral Candy #F1CEC6
RGB
CMYK
RGB Variations
Color information
#F1CEC6 (or 0xF1CEC6) is known color: Coral Candy. HEX triplet: F1, CE and C6. RGB value is (241,206,198). Sum of RGB (Red+Green+Blue) = 241+206+198=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEC6 is #0E3139. Grayscale: #D7D7D7. Windows color (decimal): -930106 or 13029105. OLE color: 13029105.
HSL color Cylindrical-coordinate representation of color #F1CEC6: hue angle of 11.16º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1CEC6 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 198 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.05 |
| HSL | 11.16º | 0.61% | 0.86% | - |
| HSV(B) | 11.16º | 0.18% | 0.95% | - |
| XYZ | 68.54 | 66.92 | 62.73 | - |
| YUV | 215.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 198 | 0 | 0.15 | 0.18 | 0.05 | 11.16 | 0.61 | 0.86 |
| Hex | F1 | CE | C6 | 0 | F | 12 | 5 | B | 3D | 56 |
| Octal | 361 | 316 | 306 | 0 | 17 | 22 | 5 | 13 | 75 | 126 |
| Binary | 11110001 | 11001110 | 11000110 | 0 | 1111 | 10010 | 101 | 1011 | 111101 | 1010110 |
Color Harmonies of #F1CEC6
Complementary color
Monochromatic Colors of #F1CEC6
Black with #F1CEC6
Text Example
Text Example
White with #F1CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CEC6; }
p { color: rgb(241,206,198); }
H1.HeaderClassName
{
color: #F1CEC6;
}
.AnyTagClassName
{
color: #F1CEC6;
}
</style>
background-color css
<style>
a { background-color: #F1CEC6; }
a { background-color: rgb(241,206,198); }
div.DivClassName
{
background-color: #F1CEC6;
}
.BgClassName
{
background-color: #F1CEC6;
}
</style>
border-color css
<style>
span { border-color: #F1CEC6; }
span { border-color: rgb(241,206,198); }
td.TdClassName
{
border-color: #F1CEC6;
}
.TagClassName
{
border-color: #F1CEC6;
}
</style>