Shades of Coral Candy #F1C8C7
Tints of Coral Candy #F1C8C7
RGB
CMYK
RGB Variations
Color information
#F1C8C7 (or 0xF1C8C7) is known color: Coral Candy. HEX triplet: F1, C8 and C7. RGB value is (241,200,199). Sum of RGB (Red+Green+Blue) = 241+200+199=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C8C7 is #0E3738. Grayscale: #D4D4D4. Windows color (decimal): -931641 or 13093105. OLE color: 13093105.
HSL color Cylindrical-coordinate representation of color #F1C8C7: hue angle of 1.43º 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 #F1C8C7 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 200 | 199 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.05 |
| HSL | 1.43º | 0.6% | 0.86% | - |
| HSV(B) | 1.43º | 0.17% | 0.95% | - |
| XYZ | 67.24 | 64.13 | 62.87 | - |
| YUV | 212.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 199 | 0 | 0.17 | 0.17 | 0.05 | 1.43 | 0.6 | 0.86 |
| Hex | F1 | C8 | C7 | 0 | 11 | 11 | 5 | 1 | 3C | 56 |
| Octal | 361 | 310 | 307 | 0 | 21 | 21 | 5 | 1 | 74 | 126 |
| Binary | 11110001 | 11001000 | 11000111 | 0 | 10001 | 10001 | 101 | 1 | 111100 | 1010110 |
Color Harmonies of #F1C8C7
Complementary color
Monochromatic Colors of #F1C8C7
Black with #F1C8C7
Text Example
Text Example
White with #F1C8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8C7; }
p { color: rgb(241,200,199); }
H1.HeaderClassName
{
color: #F1C8C7;
}
.AnyTagClassName
{
color: #F1C8C7;
}
</style>
background-color css
<style>
a { background-color: #F1C8C7; }
a { background-color: rgb(241,200,199); }
div.DivClassName
{
background-color: #F1C8C7;
}
.BgClassName
{
background-color: #F1C8C7;
}
</style>
border-color css
<style>
span { border-color: #F1C8C7; }
span { border-color: rgb(241,200,199); }
td.TdClassName
{
border-color: #F1C8C7;
}
.TagClassName
{
border-color: #F1C8C7;
}
</style>