Shades of Coral Candy #F1CBC5
Tints of Coral Candy #F1CBC5
RGB
CMYK
RGB Variations
Color information
#F1CBC5 (or 0xF1CBC5) is known color: Coral Candy. HEX triplet: F1, CB and C5. RGB value is (241,203,197). Sum of RGB (Red+Green+Blue) = 241+203+197=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBC5 is #0E343A. Grayscale: #D5D5D5. Windows color (decimal): -930875 or 12962801. OLE color: 12962801.
HSL color Cylindrical-coordinate representation of color #F1CBC5: hue angle of 8.18º 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 #F1CBC5 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 197 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.05 |
| HSL | 8.18º | 0.61% | 0.86% | - |
| HSV(B) | 8.18º | 0.18% | 0.95% | - |
| XYZ | 67.71 | 65.44 | 61.89 | - |
| YUV | 213.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 197 | 0 | 0.16 | 0.18 | 0.05 | 8.18 | 0.61 | 0.86 |
| Hex | F1 | CB | C5 | 0 | 10 | 12 | 5 | 8 | 3D | 56 |
| Octal | 361 | 313 | 305 | 0 | 20 | 22 | 5 | 10 | 75 | 126 |
| Binary | 11110001 | 11001011 | 11000101 | 0 | 10000 | 10010 | 101 | 1000 | 111101 | 1010110 |
Color Harmonies of #F1CBC5
Complementary color
Monochromatic Colors of #F1CBC5
Black with #F1CBC5
Text Example
Text Example
White with #F1CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBC5; }
p { color: rgb(241,203,197); }
H1.HeaderClassName
{
color: #F1CBC5;
}
.AnyTagClassName
{
color: #F1CBC5;
}
</style>
background-color css
<style>
a { background-color: #F1CBC5; }
a { background-color: rgb(241,203,197); }
div.DivClassName
{
background-color: #F1CBC5;
}
.BgClassName
{
background-color: #F1CBC5;
}
</style>
border-color css
<style>
span { border-color: #F1CBC5; }
span { border-color: rgb(241,203,197); }
td.TdClassName
{
border-color: #F1CBC5;
}
.TagClassName
{
border-color: #F1CBC5;
}
</style>