Shades of Coral Candy #FBC9C9
Tints of Coral Candy #FBC9C9
RGB
CMYK
RGB Variations
Color information
#FBC9C9 (or 0xFBC9C9) is known color: Coral Candy. HEX triplet: FB, C9 and C9. RGB value is (251,201,201). Sum of RGB (Red+Green+Blue) = 251+201+201=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9C9 is #043636. Grayscale: #D8D8D8. Windows color (decimal): -276023 or 13224443. OLE color: 13224443.
HSL color Cylindrical-coordinate representation of color #FBC9C9: 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 #FBC9C9 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 201 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.02 |
| HSL | 0º | 0.86% | 0.89% | - |
| HSV(B) | 0º | 0.2% | 0.98% | - |
| XYZ | 71.21 | 66.5 | 64.34 | - |
| YUV | 215.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 201 | 0 | 0.20 | 0.20 | 0.02 | 0 | 0.86 | 0.89 |
| Hex | FB | C9 | C9 | 0 | 14 | 14 | 2 | 0 | 56 | 59 |
| Octal | 373 | 311 | 311 | 0 | 24 | 24 | 2 | 0 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11001001 | 0 | 10100 | 10100 | 10 | 0 | 1010110 | 1011001 |
Color Harmonies of #FBC9C9
Complementary color
Monochromatic Colors of #FBC9C9
Black with #FBC9C9
Text Example
Text Example
White with #FBC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9C9; }
p { color: rgb(251,201,201); }
H1.HeaderClassName
{
color: #FBC9C9;
}
.AnyTagClassName
{
color: #FBC9C9;
}
</style>
background-color css
<style>
a { background-color: #FBC9C9; }
a { background-color: rgb(251,201,201); }
div.DivClassName
{
background-color: #FBC9C9;
}
.BgClassName
{
background-color: #FBC9C9;
}
</style>
border-color css
<style>
span { border-color: #FBC9C9; }
span { border-color: rgb(251,201,201); }
td.TdClassName
{
border-color: #FBC9C9;
}
.TagClassName
{
border-color: #FBC9C9;
}
</style>