Shades of Coral Candy #F1CFCB
Tints of Coral Candy #F1CFCB
RGB
CMYK
RGB Variations
Color information
#F1CFCB (or 0xF1CFCB) is known color: Coral Candy. HEX triplet: F1, CF and CB. RGB value is (241,207,203). Sum of RGB (Red+Green+Blue) = 241+207+203=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFCB is #0E3034. Grayscale: #D8D8D8. Windows color (decimal): -929845 or 13357041. OLE color: 13357041.
HSL color Cylindrical-coordinate representation of color #F1CFCB: hue angle of 6.32º 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 #F1CFCB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 207 | 203 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.05 |
| HSL | 6.32º | 0.58% | 0.87% | - |
| HSV(B) | 6.32º | 0.16% | 0.95% | - |
| XYZ | 69.37 | 67.64 | 65.9 | - |
| YUV | 216.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 207 | 203 | 0 | 0.14 | 0.16 | 0.05 | 6.32 | 0.58 | 0.87 |
| Hex | F1 | CF | CB | 0 | E | 10 | 5 | 6 | 3A | 57 |
| Octal | 361 | 317 | 313 | 0 | 16 | 20 | 5 | 6 | 72 | 127 |
| Binary | 11110001 | 11001111 | 11001011 | 0 | 1110 | 10000 | 101 | 110 | 111010 | 1010111 |
Color Harmonies of #F1CFCB
Complementary color
Monochromatic Colors of #F1CFCB
Black with #F1CFCB
Text Example
Text Example
White with #F1CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CFCB; }
p { color: rgb(241,207,203); }
H1.HeaderClassName
{
color: #F1CFCB;
}
.AnyTagClassName
{
color: #F1CFCB;
}
</style>
background-color css
<style>
a { background-color: #F1CFCB; }
a { background-color: rgb(241,207,203); }
div.DivClassName
{
background-color: #F1CFCB;
}
.BgClassName
{
background-color: #F1CFCB;
}
</style>
border-color css
<style>
span { border-color: #F1CFCB; }
span { border-color: rgb(241,207,203); }
td.TdClassName
{
border-color: #F1CFCB;
}
.TagClassName
{
border-color: #F1CFCB;
}
</style>