Shades of Coral Candy #FBCACA
Tints of Coral Candy #FBCACA
RGB
CMYK
RGB Variations
Color information
#FBCACA (or 0xFBCACA) is known color: Coral Candy. HEX triplet: FB, CA and CA. RGB value is (251,202,202). Sum of RGB (Red+Green+Blue) = 251+202+202=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCACA is #043535. Grayscale: #D8D8D8. Windows color (decimal): -275766 or 13290235. OLE color: 13290235.
HSL color Cylindrical-coordinate representation of color #FBCACA: hue angle of 0º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCACA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 202 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.02 |
| HSL | 0º | 0.86% | 0.89% | - |
| HSV(B) | 0º | 0.2% | 0.98% | - |
| XYZ | 71.56 | 67.01 | 65.04 | - |
| YUV | 216.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 202 | 0 | 0.20 | 0.20 | 0.02 | 0 | 0.86 | 0.89 |
| Hex | FB | CA | CA | 0 | 14 | 14 | 2 | 0 | 56 | 59 |
| Octal | 373 | 312 | 312 | 0 | 24 | 24 | 2 | 0 | 126 | 131 |
| Binary | 11111011 | 11001010 | 11001010 | 0 | 10100 | 10100 | 10 | 0 | 1010110 | 1011001 |
Color Harmonies of #FBCACA
Complementary color
Monochromatic Colors of #FBCACA
Black with #FBCACA
Text Example
Text Example
White with #FBCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCACA; }
p { color: rgb(251,202,202); }
H1.HeaderClassName
{
color: #FBCACA;
}
.AnyTagClassName
{
color: #FBCACA;
}
</style>
background-color css
<style>
a { background-color: #FBCACA; }
a { background-color: rgb(251,202,202); }
div.DivClassName
{
background-color: #FBCACA;
}
.BgClassName
{
background-color: #FBCACA;
}
</style>
border-color css
<style>
span { border-color: #FBCACA; }
span { border-color: rgb(251,202,202); }
td.TdClassName
{
border-color: #FBCACA;
}
.TagClassName
{
border-color: #FBCACA;
}
</style>