Shades of Coral Candy #F1D4CC
Tints of Coral Candy #F1D4CC
RGB
CMYK
RGB Variations
Color information
#F1D4CC (or 0xF1D4CC) is known color: Coral Candy. HEX triplet: F1, D4 and CC. RGB value is (241,212,204). Sum of RGB (Red+Green+Blue) = 241+212+204=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4CC is #0E2B33. Grayscale: #DBDBDB. Windows color (decimal): -928564 or 13423857. OLE color: 13423857.
HSL color Cylindrical-coordinate representation of color #F1D4CC: hue angle of 12.97º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1D4CC is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 204 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.05 |
| HSL | 12.97º | 0.57% | 0.87% | - |
| HSV(B) | 12.97º | 0.15% | 0.95% | - |
| XYZ | 70.72 | 70.15 | 66.94 | - |
| YUV | 219.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 204 | 0 | 0.12 | 0.15 | 0.05 | 12.97 | 0.57 | 0.87 |
| Hex | F1 | D4 | CC | 0 | C | F | 5 | D | 39 | 57 |
| Octal | 361 | 324 | 314 | 0 | 14 | 17 | 5 | 15 | 71 | 127 |
| Binary | 11110001 | 11010100 | 11001100 | 0 | 1100 | 1111 | 101 | 1101 | 111001 | 1010111 |
Color Harmonies of #F1D4CC
Complementary color
Monochromatic Colors of #F1D4CC
Black with #F1D4CC
Text Example
Text Example
White with #F1D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4CC; }
p { color: rgb(241,212,204); }
H1.HeaderClassName
{
color: #F1D4CC;
}
.AnyTagClassName
{
color: #F1D4CC;
}
</style>
background-color css
<style>
a { background-color: #F1D4CC; }
a { background-color: rgb(241,212,204); }
div.DivClassName
{
background-color: #F1D4CC;
}
.BgClassName
{
background-color: #F1D4CC;
}
</style>
border-color css
<style>
span { border-color: #F1D4CC; }
span { border-color: rgb(241,212,204); }
td.TdClassName
{
border-color: #F1D4CC;
}
.TagClassName
{
border-color: #F1D4CC;
}
</style>