Shades of Coral Candy #F1CBC6
Tints of Coral Candy #F1CBC6
RGB
CMYK
RGB Variations
Color information
#F1CBC6 (or 0xF1CBC6) is known color: Coral Candy. HEX triplet: F1, CB and C6. RGB value is (241,203,198). Sum of RGB (Red+Green+Blue) = 241+203+198=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBC6 is #0E3439. Grayscale: #D5D5D5. Windows color (decimal): -930874 or 13028337. OLE color: 13028337.
HSL color Cylindrical-coordinate representation of color #F1CBC6: hue angle of 6.98º 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 #F1CBC6 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 198 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.05 |
| HSL | 6.98º | 0.61% | 0.86% | - |
| HSV(B) | 6.98º | 0.18% | 0.95% | - |
| XYZ | 67.82 | 65.49 | 62.49 | - |
| YUV | 213.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 198 | 0 | 0.16 | 0.18 | 0.05 | 6.98 | 0.61 | 0.86 |
| Hex | F1 | CB | C6 | 0 | 10 | 12 | 5 | 7 | 3D | 56 |
| Octal | 361 | 313 | 306 | 0 | 20 | 22 | 5 | 7 | 75 | 126 |
| Binary | 11110001 | 11001011 | 11000110 | 0 | 10000 | 10010 | 101 | 111 | 111101 | 1010110 |
Color Harmonies of #F1CBC6
Complementary color
Monochromatic Colors of #F1CBC6
Black with #F1CBC6
Text Example
Text Example
White with #F1CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBC6; }
p { color: rgb(241,203,198); }
H1.HeaderClassName
{
color: #F1CBC6;
}
.AnyTagClassName
{
color: #F1CBC6;
}
</style>
background-color css
<style>
a { background-color: #F1CBC6; }
a { background-color: rgb(241,203,198); }
div.DivClassName
{
background-color: #F1CBC6;
}
.BgClassName
{
background-color: #F1CBC6;
}
</style>
border-color css
<style>
span { border-color: #F1CBC6; }
span { border-color: rgb(241,203,198); }
td.TdClassName
{
border-color: #F1CBC6;
}
.TagClassName
{
border-color: #F1CBC6;
}
</style>