Shades of Coral Candy #FBCFC9
Tints of Coral Candy #FBCFC9
RGB
CMYK
RGB Variations
Color information
#FBCFC9 (or 0xFBCFC9) is known color: Coral Candy. HEX triplet: FB, CF and C9. RGB value is (251,207,201). Sum of RGB (Red+Green+Blue) = 251+207+201=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFC9 is #043036. Grayscale: #DBDBDB. Windows color (decimal): -274487 or 13225979. OLE color: 13225979.
HSL color Cylindrical-coordinate representation of color #FBCFC9: hue angle of 7.2º 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 #FBCFC9 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 201 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.02 |
| HSL | 7.2º | 0.86% | 0.89% | - |
| HSV(B) | 7.2º | 0.2% | 0.98% | - |
| XYZ | 72.64 | 69.35 | 64.82 | - |
| YUV | 219.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 201 | 0 | 0.18 | 0.20 | 0.02 | 7.2 | 0.86 | 0.89 |
| Hex | FB | CF | C9 | 0 | 12 | 14 | 2 | 7 | 56 | 59 |
| Octal | 373 | 317 | 311 | 0 | 22 | 24 | 2 | 7 | 126 | 131 |
| Binary | 11111011 | 11001111 | 11001001 | 0 | 10010 | 10100 | 10 | 111 | 1010110 | 1011001 |
Color Harmonies of #FBCFC9
Complementary color
Monochromatic Colors of #FBCFC9
Black with #FBCFC9
Text Example
Text Example
White with #FBCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFC9; }
p { color: rgb(251,207,201); }
H1.HeaderClassName
{
color: #FBCFC9;
}
.AnyTagClassName
{
color: #FBCFC9;
}
</style>
background-color css
<style>
a { background-color: #FBCFC9; }
a { background-color: rgb(251,207,201); }
div.DivClassName
{
background-color: #FBCFC9;
}
.BgClassName
{
background-color: #FBCFC9;
}
</style>
border-color css
<style>
span { border-color: #FBCFC9; }
span { border-color: rgb(251,207,201); }
td.TdClassName
{
border-color: #FBCFC9;
}
.TagClassName
{
border-color: #FBCFC9;
}
</style>