Shades of Coral Candy #F9CECB
Tints of Coral Candy #F9CECB
RGB
CMYK
RGB Variations
Color information
#F9CECB (or 0xF9CECB) is known color: Coral Candy. HEX triplet: F9, CE and CB. RGB value is (249,206,203). Sum of RGB (Red+Green+Blue) = 249+206+203=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CECB is #063134. Grayscale: #DADADA. Windows color (decimal): -405813 or 13356793. OLE color: 13356793.
HSL color Cylindrical-coordinate representation of color #F9CECB: hue angle of 3.91º 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 #F9CECB is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 203 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.02 |
| HSL | 3.91º | 0.79% | 0.89% | - |
| HSV(B) | 3.91º | 0.18% | 0.98% | - |
| XYZ | 71.92 | 68.59 | 65.95 | - |
| YUV | 218.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 203 | 0 | 0.17 | 0.18 | 0.02 | 3.91 | 0.79 | 0.89 |
| Hex | F9 | CE | CB | 0 | 11 | 12 | 2 | 4 | 4F | 59 |
| Octal | 371 | 316 | 313 | 0 | 21 | 22 | 2 | 4 | 117 | 131 |
| Binary | 11111001 | 11001110 | 11001011 | 0 | 10001 | 10010 | 10 | 100 | 1001111 | 1011001 |
Color Harmonies of #F9CECB
Complementary color
Monochromatic Colors of #F9CECB
Black with #F9CECB
Text Example
Text Example
White with #F9CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CECB; }
p { color: rgb(249,206,203); }
H1.HeaderClassName
{
color: #F9CECB;
}
.AnyTagClassName
{
color: #F9CECB;
}
</style>
background-color css
<style>
a { background-color: #F9CECB; }
a { background-color: rgb(249,206,203); }
div.DivClassName
{
background-color: #F9CECB;
}
.BgClassName
{
background-color: #F9CECB;
}
</style>
border-color css
<style>
span { border-color: #F9CECB; }
span { border-color: rgb(249,206,203); }
td.TdClassName
{
border-color: #F9CECB;
}
.TagClassName
{
border-color: #F9CECB;
}
</style>