Shades of Coral Candy #FECBC8
Tints of Coral Candy #FECBC8
RGB
CMYK
RGB Variations
Color information
#FECBC8 (or 0xFECBC8) is known color: Coral Candy. HEX triplet: FE, CB and C8. RGB value is (254,203,200). Sum of RGB (Red+Green+Blue) = 254+203+200=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBC8 is #013437. Grayscale: #D9D9D9. Windows color (decimal): -78904 or 13159422. OLE color: 13159422.
HSL color Cylindrical-coordinate representation of color #FECBC8: hue angle of 3.33º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FECBC8 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 203 | 200 | - |
CMYK | 0 | 0.20 | 0.21 | 0.00 |
HSL | 3.33º | 0.96% | 0.89% | - |
HSV(B) | 3.33º | 0.21% | 1% | - |
XYZ | 72.65 | 67.95 | 63.93 | - |
YUV | 217.91 | 117.9 | 153.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 203 | 200 | 0 | 0.20 | 0.21 | 0.00 | 3.33 | 0.96 | 0.89 |
Hex | FE | CB | C8 | 0 | 14 | 15 | 0 | 3 | 60 | 59 |
Octal | 376 | 313 | 310 | 0 | 24 | 25 | 0 | 3 | 140 | 131 |
Binary | 11111110 | 11001011 | 11001000 | 0 | 10100 | 10101 | 0 | 11 | 1100000 | 1011001 |
Color Harmonies of #FECBC8
Complementary color
Monochromatic Colors of #FECBC8
Black with #FECBC8
Text Example
Text Example
White with #FECBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBC8; }
p { color: rgb(254,203,200); }
H1.HeaderClassName
{
color: #FECBC8;
}
.AnyTagClassName
{
color: #FECBC8;
}
</style>
background-color css
<style>
a { background-color: #FECBC8; }
a { background-color: rgb(254,203,200); }
div.DivClassName
{
background-color: #FECBC8;
}
.BgClassName
{
background-color: #FECBC8;
}
</style>
border-color css
<style>
span { border-color: #FECBC8; }
span { border-color: rgb(254,203,200); }
td.TdClassName
{
border-color: #FECBC8;
}
.TagClassName
{
border-color: #FECBC8;
}
</style>