Shades of Coral Candy #F1D3CA
Tints of Coral Candy #F1D3CA
RGB
CMYK
RGB Variations
Color information
#F1D3CA (or 0xF1D3CA) is known color: Coral Candy. HEX triplet: F1, D3 and CA. RGB value is (241,211,202). Sum of RGB (Red+Green+Blue) = 241+211+202=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3CA is #0E2C35. Grayscale: #DBDBDB. Windows color (decimal): -928822 or 13292529. OLE color: 13292529.
HSL color Cylindrical-coordinate representation of color #F1D3CA: hue angle of 13.85º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1D3CA is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 202 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.05 |
| HSL | 13.85º | 0.58% | 0.87% | - |
| HSV(B) | 13.85º | 0.16% | 0.95% | - |
| XYZ | 70.23 | 69.55 | 65.6 | - |
| YUV | 218.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 202 | 0 | 0.12 | 0.16 | 0.05 | 13.85 | 0.58 | 0.87 |
| Hex | F1 | D3 | CA | 0 | C | 10 | 5 | E | 3A | 57 |
| Octal | 361 | 323 | 312 | 0 | 14 | 20 | 5 | 16 | 72 | 127 |
| Binary | 11110001 | 11010011 | 11001010 | 0 | 1100 | 10000 | 101 | 1110 | 111010 | 1010111 |
Color Harmonies of #F1D3CA
Complementary color
Monochromatic Colors of #F1D3CA
Black with #F1D3CA
Text Example
Text Example
White with #F1D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3CA; }
p { color: rgb(241,211,202); }
H1.HeaderClassName
{
color: #F1D3CA;
}
.AnyTagClassName
{
color: #F1D3CA;
}
</style>
background-color css
<style>
a { background-color: #F1D3CA; }
a { background-color: rgb(241,211,202); }
div.DivClassName
{
background-color: #F1D3CA;
}
.BgClassName
{
background-color: #F1D3CA;
}
</style>
border-color css
<style>
span { border-color: #F1D3CA; }
span { border-color: rgb(241,211,202); }
td.TdClassName
{
border-color: #F1D3CA;
}
.TagClassName
{
border-color: #F1D3CA;
}
</style>