Shades of Coral Candy #FBCFC5
Tints of Coral Candy #FBCFC5
RGB
CMYK
RGB Variations
Color information
#FBCFC5 (or 0xFBCFC5) is known color: Coral Candy. HEX triplet: FB, CF and C5. RGB value is (251,207,197). Sum of RGB (Red+Green+Blue) = 251+207+197=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFC5 is #04303A. Grayscale: #DBDBDB. Windows color (decimal): -274491 or 12963835. OLE color: 12963835.
HSL color Cylindrical-coordinate representation of color #FBCFC5: hue angle of 11.11º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBCFC5 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 197 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.02 |
| HSL | 11.11º | 0.87% | 0.88% | - |
| HSV(B) | 11.11º | 0.22% | 0.98% | - |
| XYZ | 72.17 | 69.17 | 62.37 | - |
| YUV | 219.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 197 | 0 | 0.18 | 0.22 | 0.02 | 11.11 | 0.87 | 0.88 |
| Hex | FB | CF | C5 | 0 | 12 | 16 | 2 | B | 57 | 58 |
| Octal | 373 | 317 | 305 | 0 | 22 | 26 | 2 | 13 | 127 | 130 |
| Binary | 11111011 | 11001111 | 11000101 | 0 | 10010 | 10110 | 10 | 1011 | 1010111 | 1011000 |
Color Harmonies of #FBCFC5
Complementary color
Monochromatic Colors of #FBCFC5
Black with #FBCFC5
Text Example
Text Example
White with #FBCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFC5; }
p { color: rgb(251,207,197); }
H1.HeaderClassName
{
color: #FBCFC5;
}
.AnyTagClassName
{
color: #FBCFC5;
}
</style>
background-color css
<style>
a { background-color: #FBCFC5; }
a { background-color: rgb(251,207,197); }
div.DivClassName
{
background-color: #FBCFC5;
}
.BgClassName
{
background-color: #FBCFC5;
}
</style>
border-color css
<style>
span { border-color: #FBCFC5; }
span { border-color: rgb(251,207,197); }
td.TdClassName
{
border-color: #FBCFC5;
}
.TagClassName
{
border-color: #FBCFC5;
}
</style>