Shades of Coral Candy #F1CCC6
Tints of Coral Candy #F1CCC6
RGB
CMYK
RGB Variations
Color information
#F1CCC6 (or 0xF1CCC6) is known color: Coral Candy. HEX triplet: F1, CC and C6. RGB value is (241,204,198). Sum of RGB (Red+Green+Blue) = 241+204+198=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCC6 is #0E3339. Grayscale: #D6D6D6. Windows color (decimal): -930618 or 13028593. OLE color: 13028593.
HSL color Cylindrical-coordinate representation of color #F1CCC6: hue angle of 8.37º 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 #F1CCC6 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 198 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.05 |
| HSL | 8.37º | 0.61% | 0.86% | - |
| HSV(B) | 8.37º | 0.18% | 0.95% | - |
| XYZ | 68.06 | 65.96 | 62.57 | - |
| YUV | 214.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 198 | 0 | 0.15 | 0.18 | 0.05 | 8.37 | 0.61 | 0.86 |
| Hex | F1 | CC | C6 | 0 | F | 12 | 5 | 8 | 3D | 56 |
| Octal | 361 | 314 | 306 | 0 | 17 | 22 | 5 | 10 | 75 | 126 |
| Binary | 11110001 | 11001100 | 11000110 | 0 | 1111 | 10010 | 101 | 1000 | 111101 | 1010110 |
Color Harmonies of #F1CCC6
Complementary color
Monochromatic Colors of #F1CCC6
Black with #F1CCC6
Text Example
Text Example
White with #F1CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CCC6; }
p { color: rgb(241,204,198); }
H1.HeaderClassName
{
color: #F1CCC6;
}
.AnyTagClassName
{
color: #F1CCC6;
}
</style>
background-color css
<style>
a { background-color: #F1CCC6; }
a { background-color: rgb(241,204,198); }
div.DivClassName
{
background-color: #F1CCC6;
}
.BgClassName
{
background-color: #F1CCC6;
}
</style>
border-color css
<style>
span { border-color: #F1CCC6; }
span { border-color: rgb(241,204,198); }
td.TdClassName
{
border-color: #F1CCC6;
}
.TagClassName
{
border-color: #F1CCC6;
}
</style>