Shades of Coral Candy #F1CDC3
Tints of Coral Candy #F1CDC3
RGB
CMYK
RGB Variations
Color information
#F1CDC3 (or 0xF1CDC3) is known color: Coral Candy. HEX triplet: F1, CD and C3. RGB value is (241,205,195). Sum of RGB (Red+Green+Blue) = 241+205+195=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CDC3 is #0E323C. Grayscale: #D6D6D6. Windows color (decimal): -930365 or 12832241. OLE color: 12832241.
HSL color Cylindrical-coordinate representation of color #F1CDC3: hue angle of 13.04º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1CDC3 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 205 | 195 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.05 |
| HSL | 13.04º | 0.62% | 0.85% | - |
| HSV(B) | 13.04º | 0.19% | 0.95% | - |
| XYZ | 67.96 | 66.3 | 60.85 | - |
| YUV | 214.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 205 | 195 | 0 | 0.15 | 0.19 | 0.05 | 13.04 | 0.62 | 0.85 |
| Hex | F1 | CD | C3 | 0 | F | 13 | 5 | D | 3E | 55 |
| Octal | 361 | 315 | 303 | 0 | 17 | 23 | 5 | 15 | 76 | 125 |
| Binary | 11110001 | 11001101 | 11000011 | 0 | 1111 | 10011 | 101 | 1101 | 111110 | 1010101 |
Color Harmonies of #F1CDC3
Complementary color
Monochromatic Colors of #F1CDC3
Black with #F1CDC3
Text Example
Text Example
White with #F1CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CDC3; }
p { color: rgb(241,205,195); }
H1.HeaderClassName
{
color: #F1CDC3;
}
.AnyTagClassName
{
color: #F1CDC3;
}
</style>
background-color css
<style>
a { background-color: #F1CDC3; }
a { background-color: rgb(241,205,195); }
div.DivClassName
{
background-color: #F1CDC3;
}
.BgClassName
{
background-color: #F1CDC3;
}
</style>
border-color css
<style>
span { border-color: #F1CDC3; }
span { border-color: rgb(241,205,195); }
td.TdClassName
{
border-color: #F1CDC3;
}
.TagClassName
{
border-color: #F1CDC3;
}
</style>