Shades of Coral Candy #F9CECC
Tints of Coral Candy #F9CECC
RGB
CMYK
RGB Variations
Color information
#F9CECC (or 0xF9CECC) is known color: Coral Candy. HEX triplet: F9, CE and CC. RGB value is (249,206,204). Sum of RGB (Red+Green+Blue) = 249+206+204=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CECC is #063133. Grayscale: #DADADA. Windows color (decimal): -405812 or 13422329. OLE color: 13422329.
HSL color Cylindrical-coordinate representation of color #F9CECC: hue angle of 2.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CECC is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 204 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.02 |
| HSL | 2.67º | 0.79% | 0.89% | - |
| HSV(B) | 2.67º | 0.18% | 0.98% | - |
| XYZ | 72.04 | 68.64 | 66.58 | - |
| YUV | 218.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 204 | 0 | 0.17 | 0.18 | 0.02 | 2.67 | 0.79 | 0.89 |
| Hex | F9 | CE | CC | 0 | 11 | 12 | 2 | 3 | 4F | 59 |
| Octal | 371 | 316 | 314 | 0 | 21 | 22 | 2 | 3 | 117 | 131 |
| Binary | 11111001 | 11001110 | 11001100 | 0 | 10001 | 10010 | 10 | 11 | 1001111 | 1011001 |
Color Harmonies of #F9CECC
Complementary color
Monochromatic Colors of #F9CECC
Black with #F9CECC
Text Example
Text Example
White with #F9CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CECC; }
p { color: rgb(249,206,204); }
H1.HeaderClassName
{
color: #F9CECC;
}
.AnyTagClassName
{
color: #F9CECC;
}
</style>
background-color css
<style>
a { background-color: #F9CECC; }
a { background-color: rgb(249,206,204); }
div.DivClassName
{
background-color: #F9CECC;
}
.BgClassName
{
background-color: #F9CECC;
}
</style>
border-color css
<style>
span { border-color: #F9CECC; }
span { border-color: rgb(249,206,204); }
td.TdClassName
{
border-color: #F9CECC;
}
.TagClassName
{
border-color: #F9CECC;
}
</style>