Shades of Coral Candy #FBCCC2
Tints of Coral Candy #FBCCC2
RGB
CMYK
RGB Variations
Color information
#FBCCC2 (or 0xFBCCC2) is known color: Coral Candy. HEX triplet: FB, CC and C2. RGB value is (251,204,194). Sum of RGB (Red+Green+Blue) = 251+204+194=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCC2 is #04333D. Grayscale: #D9D9D9. Windows color (decimal): -275262 or 12766459. OLE color: 12766459.
HSL color Cylindrical-coordinate representation of color #FBCCC2: hue angle of 10.53º 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 #FBCCC2 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 194 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.02 |
| HSL | 10.53º | 0.88% | 0.87% | - |
| HSV(B) | 10.53º | 0.23% | 0.98% | - |
| XYZ | 71.11 | 67.59 | 60.34 | - |
| YUV | 216.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 194 | 0 | 0.19 | 0.23 | 0.02 | 10.53 | 0.88 | 0.87 |
| Hex | FB | CC | C2 | 0 | 13 | 17 | 2 | B | 58 | 57 |
| Octal | 373 | 314 | 302 | 0 | 23 | 27 | 2 | 13 | 130 | 127 |
| Binary | 11111011 | 11001100 | 11000010 | 0 | 10011 | 10111 | 10 | 1011 | 1011000 | 1010111 |
Color Harmonies of #FBCCC2
Complementary color
Monochromatic Colors of #FBCCC2
Black with #FBCCC2
Text Example
Text Example
White with #FBCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCC2; }
p { color: rgb(251,204,194); }
H1.HeaderClassName
{
color: #FBCCC2;
}
.AnyTagClassName
{
color: #FBCCC2;
}
</style>
background-color css
<style>
a { background-color: #FBCCC2; }
a { background-color: rgb(251,204,194); }
div.DivClassName
{
background-color: #FBCCC2;
}
.BgClassName
{
background-color: #FBCCC2;
}
</style>
border-color css
<style>
span { border-color: #FBCCC2; }
span { border-color: rgb(251,204,194); }
td.TdClassName
{
border-color: #FBCCC2;
}
.TagClassName
{
border-color: #FBCCC2;
}
</style>