Shades of Coral Candy #F1CCC3
Tints of Coral Candy #F1CCC3
RGB
CMYK
RGB Variations
Color information
#F1CCC3 (or 0xF1CCC3) is known color: Coral Candy. HEX triplet: F1, CC and C3. RGB value is (241,204,195). Sum of RGB (Red+Green+Blue) = 241+204+195=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 195 (76.56% from 255 or 30.47% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCC3 is #0E333C. Grayscale: #D6D6D6. Windows color (decimal): -930621 or 12831985. OLE color: 12831985.
HSL color Cylindrical-coordinate representation of color #F1CCC3: hue angle of 11.74º 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 #F1CCC3 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 195 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.05 |
| HSL | 11.74º | 0.62% | 0.85% | - |
| HSV(B) | 11.74º | 0.19% | 0.95% | - |
| XYZ | 67.72 | 65.83 | 60.77 | - |
| YUV | 214.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 195 | 0 | 0.15 | 0.19 | 0.05 | 11.74 | 0.62 | 0.85 |
| Hex | F1 | CC | C3 | 0 | F | 13 | 5 | C | 3E | 55 |
| Octal | 361 | 314 | 303 | 0 | 17 | 23 | 5 | 14 | 76 | 125 |
| Binary | 11110001 | 11001100 | 11000011 | 0 | 1111 | 10011 | 101 | 1100 | 111110 | 1010101 |
Color Harmonies of #F1CCC3
Complementary color
Monochromatic Colors of #F1CCC3
Black with #F1CCC3
Text Example
Text Example
White with #F1CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CCC3; }
p { color: rgb(241,204,195); }
H1.HeaderClassName
{
color: #F1CCC3;
}
.AnyTagClassName
{
color: #F1CCC3;
}
</style>
background-color css
<style>
a { background-color: #F1CCC3; }
a { background-color: rgb(241,204,195); }
div.DivClassName
{
background-color: #F1CCC3;
}
.BgClassName
{
background-color: #F1CCC3;
}
</style>
border-color css
<style>
span { border-color: #F1CCC3; }
span { border-color: rgb(241,204,195); }
td.TdClassName
{
border-color: #F1CCC3;
}
.TagClassName
{
border-color: #F1CCC3;
}
</style>