Shades of Coral Candy #FBCEC2
Tints of Coral Candy #FBCEC2
RGB
CMYK
RGB Variations
Color information
#FBCEC2 (or 0xFBCEC2) is known color: Coral Candy. HEX triplet: FB, CE and C2. RGB value is (251,206,194). Sum of RGB (Red+Green+Blue) = 251+206+194=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEC2 is #04313D. Grayscale: #DADADA. Windows color (decimal): -274750 or 12766971. OLE color: 12766971.
HSL color Cylindrical-coordinate representation of color #FBCEC2: hue angle of 12.63º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBCEC2 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 194 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.02 |
| HSL | 12.63º | 0.88% | 0.87% | - |
| HSV(B) | 12.63º | 0.23% | 0.98% | - |
| XYZ | 71.59 | 68.55 | 60.5 | - |
| YUV | 218.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 194 | 0 | 0.18 | 0.23 | 0.02 | 12.63 | 0.88 | 0.87 |
| Hex | FB | CE | C2 | 0 | 12 | 17 | 2 | D | 58 | 57 |
| Octal | 373 | 316 | 302 | 0 | 22 | 27 | 2 | 15 | 130 | 127 |
| Binary | 11111011 | 11001110 | 11000010 | 0 | 10010 | 10111 | 10 | 1101 | 1011000 | 1010111 |
Color Harmonies of #FBCEC2
Complementary color
Monochromatic Colors of #FBCEC2
Black with #FBCEC2
Text Example
Text Example
White with #FBCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEC2; }
p { color: rgb(251,206,194); }
H1.HeaderClassName
{
color: #FBCEC2;
}
.AnyTagClassName
{
color: #FBCEC2;
}
</style>
background-color css
<style>
a { background-color: #FBCEC2; }
a { background-color: rgb(251,206,194); }
div.DivClassName
{
background-color: #FBCEC2;
}
.BgClassName
{
background-color: #FBCEC2;
}
</style>
border-color css
<style>
span { border-color: #FBCEC2; }
span { border-color: rgb(251,206,194); }
td.TdClassName
{
border-color: #FBCEC2;
}
.TagClassName
{
border-color: #FBCEC2;
}
</style>