Shades of Coral Candy #FECBC6
Tints of Coral Candy #FECBC6
RGB
CMYK
RGB Variations
Color information
#FECBC6 (or 0xFECBC6) is known color: Coral Candy. HEX triplet: FE, CB and C6. RGB value is (254,203,198). Sum of RGB (Red+Green+Blue) = 254+203+198=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBC6 is #013439. Grayscale: #D9D9D9. Windows color (decimal): -78906 or 13028350. OLE color: 13028350.
HSL color Cylindrical-coordinate representation of color #FECBC6: hue angle of 5.36º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECBC6 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 198 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.00 |
| HSL | 5.36º | 0.97% | 0.89% | - |
| HSV(B) | 5.36º | 0.22% | 1% | - |
| XYZ | 72.42 | 67.86 | 62.71 | - |
| YUV | 217.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 198 | 0 | 0.20 | 0.22 | 0.00 | 5.36 | 0.97 | 0.89 |
| Hex | FE | CB | C6 | 0 | 14 | 16 | 0 | 5 | 61 | 59 |
| Octal | 376 | 313 | 306 | 0 | 24 | 26 | 0 | 5 | 141 | 131 |
| Binary | 11111110 | 11001011 | 11000110 | 0 | 10100 | 10110 | 0 | 101 | 1100001 | 1011001 |
Color Harmonies of #FECBC6
Complementary color
Monochromatic Colors of #FECBC6
Black with #FECBC6
Text Example
Text Example
White with #FECBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBC6; }
p { color: rgb(254,203,198); }
H1.HeaderClassName
{
color: #FECBC6;
}
.AnyTagClassName
{
color: #FECBC6;
}
</style>
background-color css
<style>
a { background-color: #FECBC6; }
a { background-color: rgb(254,203,198); }
div.DivClassName
{
background-color: #FECBC6;
}
.BgClassName
{
background-color: #FECBC6;
}
</style>
border-color css
<style>
span { border-color: #FECBC6; }
span { border-color: rgb(254,203,198); }
td.TdClassName
{
border-color: #FECBC6;
}
.TagClassName
{
border-color: #FECBC6;
}
</style>