Shades of Coral Candy #F1D3CE
Tints of Coral Candy #F1D3CE
RGB
CMYK
RGB Variations
Color information
#F1D3CE (or 0xF1D3CE) is known color: Coral Candy. HEX triplet: F1, D3 and CE. RGB value is (241,211,206). Sum of RGB (Red+Green+Blue) = 241+211+206=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3CE is #0E2C31. Grayscale: #DBDBDB. Windows color (decimal): -928818 or 13554673. OLE color: 13554673.
HSL color Cylindrical-coordinate representation of color #F1D3CE: hue angle of 8.57º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1D3CE is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 206 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.05 |
| HSL | 8.57º | 0.56% | 0.88% | - |
| HSV(B) | 8.57º | 0.15% | 0.95% | - |
| XYZ | 70.71 | 69.75 | 68.13 | - |
| YUV | 219.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 206 | 0 | 0.12 | 0.15 | 0.05 | 8.57 | 0.56 | 0.88 |
| Hex | F1 | D3 | CE | 0 | C | F | 5 | 9 | 38 | 58 |
| Octal | 361 | 323 | 316 | 0 | 14 | 17 | 5 | 11 | 70 | 130 |
| Binary | 11110001 | 11010011 | 11001110 | 0 | 1100 | 1111 | 101 | 1001 | 111000 | 1011000 |
Color Harmonies of #F1D3CE
Complementary color
Monochromatic Colors of #F1D3CE
Black with #F1D3CE
Text Example
Text Example
White with #F1D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3CE; }
p { color: rgb(241,211,206); }
H1.HeaderClassName
{
color: #F1D3CE;
}
.AnyTagClassName
{
color: #F1D3CE;
}
</style>
background-color css
<style>
a { background-color: #F1D3CE; }
a { background-color: rgb(241,211,206); }
div.DivClassName
{
background-color: #F1D3CE;
}
.BgClassName
{
background-color: #F1D3CE;
}
</style>
border-color css
<style>
span { border-color: #F1D3CE; }
span { border-color: rgb(241,211,206); }
td.TdClassName
{
border-color: #F1D3CE;
}
.TagClassName
{
border-color: #F1D3CE;
}
</style>