Shades of Coral Candy #F9CBC1
Tints of Coral Candy #F9CBC1
RGB
CMYK
RGB Variations
Color information
#F9CBC1 (or 0xF9CBC1) is known color: Coral Candy. HEX triplet: F9, CB and C1. RGB value is (249,203,193). Sum of RGB (Red+Green+Blue) = 249+203+193=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBC1 is #06343E. Grayscale: #D7D7D7. Windows color (decimal): -406591 or 12700665. OLE color: 12700665.
HSL color Cylindrical-coordinate representation of color #F9CBC1: hue angle of 10.71º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9CBC1 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 193 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.02 |
| HSL | 10.71º | 0.82% | 0.87% | - |
| HSV(B) | 10.71º | 0.22% | 0.98% | - |
| XYZ | 70.05 | 66.7 | 59.63 | - |
| YUV | 215.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 193 | 0 | 0.18 | 0.22 | 0.02 | 10.71 | 0.82 | 0.87 |
| Hex | F9 | CB | C1 | 0 | 12 | 16 | 2 | B | 52 | 57 |
| Octal | 371 | 313 | 301 | 0 | 22 | 26 | 2 | 13 | 122 | 127 |
| Binary | 11111001 | 11001011 | 11000001 | 0 | 10010 | 10110 | 10 | 1011 | 1010010 | 1010111 |
Color Harmonies of #F9CBC1
Complementary color
Monochromatic Colors of #F9CBC1
Black with #F9CBC1
Text Example
Text Example
White with #F9CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBC1; }
p { color: rgb(249,203,193); }
H1.HeaderClassName
{
color: #F9CBC1;
}
.AnyTagClassName
{
color: #F9CBC1;
}
</style>
background-color css
<style>
a { background-color: #F9CBC1; }
a { background-color: rgb(249,203,193); }
div.DivClassName
{
background-color: #F9CBC1;
}
.BgClassName
{
background-color: #F9CBC1;
}
</style>
border-color css
<style>
span { border-color: #F9CBC1; }
span { border-color: rgb(249,203,193); }
td.TdClassName
{
border-color: #F9CBC1;
}
.TagClassName
{
border-color: #F9CBC1;
}
</style>