Shades of Coral Candy #F1D0CA
Tints of Coral Candy #F1D0CA
RGB
CMYK
RGB Variations
Color information
#F1D0CA (or 0xF1D0CA) is known color: Coral Candy. HEX triplet: F1, D0 and CA. RGB value is (241,208,202). Sum of RGB (Red+Green+Blue) = 241+208+202=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0CA is #0E2F35. Grayscale: #D9D9D9. Windows color (decimal): -929590 or 13291761. OLE color: 13291761.
HSL color Cylindrical-coordinate representation of color #F1D0CA: hue angle of 9.23º 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 #F1D0CA is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 202 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.05 |
| HSL | 9.23º | 0.58% | 0.87% | - |
| HSV(B) | 9.23º | 0.16% | 0.95% | - |
| XYZ | 69.49 | 68.08 | 65.35 | - |
| YUV | 217.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 202 | 0 | 0.14 | 0.16 | 0.05 | 9.23 | 0.58 | 0.87 |
| Hex | F1 | D0 | CA | 0 | E | 10 | 5 | 9 | 3A | 57 |
| Octal | 361 | 320 | 312 | 0 | 16 | 20 | 5 | 11 | 72 | 127 |
| Binary | 11110001 | 11010000 | 11001010 | 0 | 1110 | 10000 | 101 | 1001 | 111010 | 1010111 |
Color Harmonies of #F1D0CA
Complementary color
Monochromatic Colors of #F1D0CA
Black with #F1D0CA
Text Example
Text Example
White with #F1D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0CA; }
p { color: rgb(241,208,202); }
H1.HeaderClassName
{
color: #F1D0CA;
}
.AnyTagClassName
{
color: #F1D0CA;
}
</style>
background-color css
<style>
a { background-color: #F1D0CA; }
a { background-color: rgb(241,208,202); }
div.DivClassName
{
background-color: #F1D0CA;
}
.BgClassName
{
background-color: #F1D0CA;
}
</style>
border-color css
<style>
span { border-color: #F1D0CA; }
span { border-color: rgb(241,208,202); }
td.TdClassName
{
border-color: #F1D0CA;
}
.TagClassName
{
border-color: #F1D0CA;
}
</style>