Shades of Coral Candy #F1D3CD
Tints of Coral Candy #F1D3CD
RGB
CMYK
RGB Variations
Color information
#F1D3CD (or 0xF1D3CD) is known color: Coral Candy. HEX triplet: F1, D3 and CD. RGB value is (241,211,205). Sum of RGB (Red+Green+Blue) = 241+211+205=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3CD is #0E2C32. Grayscale: #DBDBDB. Windows color (decimal): -928819 or 13489137. OLE color: 13489137.
HSL color Cylindrical-coordinate representation of color #F1D3CD: hue angle of 10º degrees, saturation: 0.56, 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 #F1D3CD is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 205 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.05 |
| HSL | 10º | 0.56% | 0.87% | - |
| HSV(B) | 10º | 0.15% | 0.95% | - |
| XYZ | 70.59 | 69.7 | 67.49 | - |
| YUV | 219.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 205 | 0 | 0.12 | 0.15 | 0.05 | 10 | 0.56 | 0.87 |
| Hex | F1 | D3 | CD | 0 | C | F | 5 | A | 38 | 57 |
| Octal | 361 | 323 | 315 | 0 | 14 | 17 | 5 | 12 | 70 | 127 |
| Binary | 11110001 | 11010011 | 11001101 | 0 | 1100 | 1111 | 101 | 1010 | 111000 | 1010111 |
Color Harmonies of #F1D3CD
Complementary color
Monochromatic Colors of #F1D3CD
Black with #F1D3CD
Text Example
Text Example
White with #F1D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3CD; }
p { color: rgb(241,211,205); }
H1.HeaderClassName
{
color: #F1D3CD;
}
.AnyTagClassName
{
color: #F1D3CD;
}
</style>
background-color css
<style>
a { background-color: #F1D3CD; }
a { background-color: rgb(241,211,205); }
div.DivClassName
{
background-color: #F1D3CD;
}
.BgClassName
{
background-color: #F1D3CD;
}
</style>
border-color css
<style>
span { border-color: #F1D3CD; }
span { border-color: rgb(241,211,205); }
td.TdClassName
{
border-color: #F1D3CD;
}
.TagClassName
{
border-color: #F1D3CD;
}
</style>