Shades of Coral Candy #F1D4CD
Tints of Coral Candy #F1D4CD
RGB
CMYK
RGB Variations
Color information
#F1D4CD (or 0xF1D4CD) is known color: Coral Candy. HEX triplet: F1, D4 and CD. RGB value is (241,212,205). Sum of RGB (Red+Green+Blue) = 241+212+205=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4CD is #0E2B32. Grayscale: #DBDBDB. Windows color (decimal): -928563 or 13489393. OLE color: 13489393.
HSL color Cylindrical-coordinate representation of color #F1D4CD: hue angle of 11.67º 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 #F1D4CD is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 205 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.05 |
| HSL | 11.67º | 0.56% | 0.87% | - |
| HSV(B) | 11.67º | 0.15% | 0.95% | - |
| XYZ | 70.84 | 70.2 | 67.57 | - |
| YUV | 219.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 205 | 0 | 0.12 | 0.15 | 0.05 | 11.67 | 0.56 | 0.87 |
| Hex | F1 | D4 | CD | 0 | C | F | 5 | C | 38 | 57 |
| Octal | 361 | 324 | 315 | 0 | 14 | 17 | 5 | 14 | 70 | 127 |
| Binary | 11110001 | 11010100 | 11001101 | 0 | 1100 | 1111 | 101 | 1100 | 111000 | 1010111 |
Color Harmonies of #F1D4CD
Complementary color
Monochromatic Colors of #F1D4CD
Black with #F1D4CD
Text Example
Text Example
White with #F1D4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D4CD; }
p { color: rgb(241,212,205); }
H1.HeaderClassName
{
color: #F1D4CD;
}
.AnyTagClassName
{
color: #F1D4CD;
}
</style>
background-color css
<style>
a { background-color: #F1D4CD; }
a { background-color: rgb(241,212,205); }
div.DivClassName
{
background-color: #F1D4CD;
}
.BgClassName
{
background-color: #F1D4CD;
}
</style>
border-color css
<style>
span { border-color: #F1D4CD; }
span { border-color: rgb(241,212,205); }
td.TdClassName
{
border-color: #F1D4CD;
}
.TagClassName
{
border-color: #F1D4CD;
}
</style>