Shades of Coral Candy #F1CBC9
Tints of Coral Candy #F1CBC9
RGB
CMYK
RGB Variations
Color information
#F1CBC9 (or 0xF1CBC9) is known color: Coral Candy. HEX triplet: F1, CB and C9. RGB value is (241,203,201). Sum of RGB (Red+Green+Blue) = 241+203+201=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBC9 is #0E3436. Grayscale: #D6D6D6. Windows color (decimal): -930871 or 13224945. OLE color: 13224945.
HSL color Cylindrical-coordinate representation of color #F1CBC9: hue angle of 3º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1CBC9 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 201 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.05 |
| HSL | 3º | 0.59% | 0.87% | - |
| HSV(B) | 3º | 0.17% | 0.95% | - |
| XYZ | 68.17 | 65.63 | 64.33 | - |
| YUV | 214.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 201 | 0 | 0.16 | 0.17 | 0.05 | 3 | 0.59 | 0.87 |
| Hex | F1 | CB | C9 | 0 | 10 | 11 | 5 | 3 | 3B | 57 |
| Octal | 361 | 313 | 311 | 0 | 20 | 21 | 5 | 3 | 73 | 127 |
| Binary | 11110001 | 11001011 | 11001001 | 0 | 10000 | 10001 | 101 | 11 | 111011 | 1010111 |
Color Harmonies of #F1CBC9
Complementary color
Monochromatic Colors of #F1CBC9
Black with #F1CBC9
Text Example
Text Example
White with #F1CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBC9; }
p { color: rgb(241,203,201); }
H1.HeaderClassName
{
color: #F1CBC9;
}
.AnyTagClassName
{
color: #F1CBC9;
}
</style>
background-color css
<style>
a { background-color: #F1CBC9; }
a { background-color: rgb(241,203,201); }
div.DivClassName
{
background-color: #F1CBC9;
}
.BgClassName
{
background-color: #F1CBC9;
}
</style>
border-color css
<style>
span { border-color: #F1CBC9; }
span { border-color: rgb(241,203,201); }
td.TdClassName
{
border-color: #F1CBC9;
}
.TagClassName
{
border-color: #F1CBC9;
}
</style>