Shades of Coral Candy #F6CECB
Tints of Coral Candy #F6CECB
RGB
CMYK
RGB Variations
Color information
#F6CECB (or 0xF6CECB) is known color: Coral Candy. HEX triplet: F6, CE and CB. RGB value is (246,206,203). Sum of RGB (Red+Green+Blue) = 246+206+203=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CECB is #093134. Grayscale: #D9D9D9. Windows color (decimal): -602421 or 13356790. OLE color: 13356790.
HSL color Cylindrical-coordinate representation of color #F6CECB: hue angle of 4.19º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CECB is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 203 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.04 |
| HSL | 4.19º | 0.7% | 0.88% | - |
| HSV(B) | 4.19º | 0.17% | 0.96% | - |
| XYZ | 70.86 | 68.05 | 65.9 | - |
| YUV | 217.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 203 | 0 | 0.16 | 0.17 | 0.04 | 4.19 | 0.7 | 0.88 |
| Hex | F6 | CE | CB | 0 | 10 | 11 | 4 | 4 | 46 | 58 |
| Octal | 366 | 316 | 313 | 0 | 20 | 21 | 4 | 4 | 106 | 130 |
| Binary | 11110110 | 11001110 | 11001011 | 0 | 10000 | 10001 | 100 | 100 | 1000110 | 1011000 |
Color Harmonies of #F6CECB
Complementary color
Monochromatic Colors of #F6CECB
Black with #F6CECB
Text Example
Text Example
White with #F6CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CECB; }
p { color: rgb(246,206,203); }
H1.HeaderClassName
{
color: #F6CECB;
}
.AnyTagClassName
{
color: #F6CECB;
}
</style>
background-color css
<style>
a { background-color: #F6CECB; }
a { background-color: rgb(246,206,203); }
div.DivClassName
{
background-color: #F6CECB;
}
.BgClassName
{
background-color: #F6CECB;
}
</style>
border-color css
<style>
span { border-color: #F6CECB; }
span { border-color: rgb(246,206,203); }
td.TdClassName
{
border-color: #F6CECB;
}
.TagClassName
{
border-color: #F6CECB;
}
</style>