Shades of Coral Candy #F1D3CC
Tints of Coral Candy #F1D3CC
RGB
CMYK
RGB Variations
Color information
#F1D3CC (or 0xF1D3CC) is known color: Coral Candy. HEX triplet: F1, D3 and CC. RGB value is (241,211,204). Sum of RGB (Red+Green+Blue) = 241+211+204=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3CC is #0E2C33. Grayscale: #DBDBDB. Windows color (decimal): -928820 or 13423601. OLE color: 13423601.
HSL color Cylindrical-coordinate representation of color #F1D3CC: hue angle of 11.35º 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 #F1D3CC is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 204 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.05 |
| HSL | 11.35º | 0.57% | 0.87% | - |
| HSV(B) | 11.35º | 0.15% | 0.95% | - |
| XYZ | 70.47 | 69.65 | 66.86 | - |
| YUV | 219.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 204 | 0 | 0.12 | 0.15 | 0.05 | 11.35 | 0.57 | 0.87 |
| Hex | F1 | D3 | CC | 0 | C | F | 5 | B | 39 | 57 |
| Octal | 361 | 323 | 314 | 0 | 14 | 17 | 5 | 13 | 71 | 127 |
| Binary | 11110001 | 11010011 | 11001100 | 0 | 1100 | 1111 | 101 | 1011 | 111001 | 1010111 |
Color Harmonies of #F1D3CC
Complementary color
Monochromatic Colors of #F1D3CC
Black with #F1D3CC
Text Example
Text Example
White with #F1D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3CC; }
p { color: rgb(241,211,204); }
H1.HeaderClassName
{
color: #F1D3CC;
}
.AnyTagClassName
{
color: #F1D3CC;
}
</style>
background-color css
<style>
a { background-color: #F1D3CC; }
a { background-color: rgb(241,211,204); }
div.DivClassName
{
background-color: #F1D3CC;
}
.BgClassName
{
background-color: #F1D3CC;
}
</style>
border-color css
<style>
span { border-color: #F1D3CC; }
span { border-color: rgb(241,211,204); }
td.TdClassName
{
border-color: #F1D3CC;
}
.TagClassName
{
border-color: #F1D3CC;
}
</style>