Shades of Coral Candy #F1CEC3
Tints of Coral Candy #F1CEC3
RGB
CMYK
RGB Variations
Color information
#F1CEC3 (or 0xF1CEC3) is known color: Coral Candy. HEX triplet: F1, CE and C3. RGB value is (241,206,195). Sum of RGB (Red+Green+Blue) = 241+206+195=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CEC3 is #0E313C. Grayscale: #D7D7D7. Windows color (decimal): -930109 or 12832497. OLE color: 12832497.
HSL color Cylindrical-coordinate representation of color #F1CEC3: hue angle of 14.35º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1CEC3 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 206 | 195 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.05 |
| HSL | 14.35º | 0.62% | 0.85% | - |
| HSV(B) | 14.35º | 0.19% | 0.95% | - |
| XYZ | 68.2 | 66.78 | 60.93 | - |
| YUV | 215.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 206 | 195 | 0 | 0.15 | 0.19 | 0.05 | 14.35 | 0.62 | 0.85 |
| Hex | F1 | CE | C3 | 0 | F | 13 | 5 | E | 3E | 55 |
| Octal | 361 | 316 | 303 | 0 | 17 | 23 | 5 | 16 | 76 | 125 |
| Binary | 11110001 | 11001110 | 11000011 | 0 | 1111 | 10011 | 101 | 1110 | 111110 | 1010101 |
Color Harmonies of #F1CEC3
Complementary color
Monochromatic Colors of #F1CEC3
Black with #F1CEC3
Text Example
Text Example
White with #F1CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CEC3; }
p { color: rgb(241,206,195); }
H1.HeaderClassName
{
color: #F1CEC3;
}
.AnyTagClassName
{
color: #F1CEC3;
}
</style>
background-color css
<style>
a { background-color: #F1CEC3; }
a { background-color: rgb(241,206,195); }
div.DivClassName
{
background-color: #F1CEC3;
}
.BgClassName
{
background-color: #F1CEC3;
}
</style>
border-color css
<style>
span { border-color: #F1CEC3; }
span { border-color: rgb(241,206,195); }
td.TdClassName
{
border-color: #F1CEC3;
}
.TagClassName
{
border-color: #F1CEC3;
}
</style>