Shades of Coral Candy #F1D0C7
Tints of Coral Candy #F1D0C7
RGB
CMYK
RGB Variations
Color information
#F1D0C7 (or 0xF1D0C7) is known color: Coral Candy. HEX triplet: F1, D0 and C7. RGB value is (241,208,199). Sum of RGB (Red+Green+Blue) = 241+208+199=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0C7 is #0E2F38. Grayscale: #D8D8D8. Windows color (decimal): -929593 or 13095153. OLE color: 13095153.
HSL color Cylindrical-coordinate representation of color #F1D0C7: hue angle of 12.86º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1D0C7 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 199 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.05 |
| HSL | 12.86º | 0.6% | 0.86% | - |
| HSV(B) | 12.86º | 0.17% | 0.95% | - |
| XYZ | 69.14 | 67.94 | 63.5 | - |
| YUV | 216.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 199 | 0 | 0.14 | 0.17 | 0.05 | 12.86 | 0.6 | 0.86 |
| Hex | F1 | D0 | C7 | 0 | E | 11 | 5 | D | 3C | 56 |
| Octal | 361 | 320 | 307 | 0 | 16 | 21 | 5 | 15 | 74 | 126 |
| Binary | 11110001 | 11010000 | 11000111 | 0 | 1110 | 10001 | 101 | 1101 | 111100 | 1010110 |
Color Harmonies of #F1D0C7
Complementary color
Monochromatic Colors of #F1D0C7
Black with #F1D0C7
Text Example
Text Example
White with #F1D0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0C7; }
p { color: rgb(241,208,199); }
H1.HeaderClassName
{
color: #F1D0C7;
}
.AnyTagClassName
{
color: #F1D0C7;
}
</style>
background-color css
<style>
a { background-color: #F1D0C7; }
a { background-color: rgb(241,208,199); }
div.DivClassName
{
background-color: #F1D0C7;
}
.BgClassName
{
background-color: #F1D0C7;
}
</style>
border-color css
<style>
span { border-color: #F1D0C7; }
span { border-color: rgb(241,208,199); }
td.TdClassName
{
border-color: #F1D0C7;
}
.TagClassName
{
border-color: #F1D0C7;
}
</style>