Shades of Coral Candy #FBC8C7
Tints of Coral Candy #FBC8C7
RGB
CMYK
RGB Variations
Color information
#FBC8C7 (or 0xFBC8C7) is known color: Coral Candy. HEX triplet: FB, C8 and C7. RGB value is (251,200,199). Sum of RGB (Red+Green+Blue) = 251+200+199=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8C7 is #043738. Grayscale: #D7D7D7. Windows color (decimal): -276281 or 13093115. OLE color: 13093115.
HSL color Cylindrical-coordinate representation of color #FBC8C7: hue angle of 1.15º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC8C7 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 200 | 199 | - |
CMYK | 0 | 0.20 | 0.21 | 0.02 |
HSL | 1.15º | 0.87% | 0.88% | - |
HSV(B) | 1.15º | 0.21% | 0.98% | - |
XYZ | 70.75 | 65.94 | 63.03 | - |
YUV | 215.14 | 118.9 | 153.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 200 | 199 | 0 | 0.20 | 0.21 | 0.02 | 1.15 | 0.87 | 0.88 |
Hex | FB | C8 | C7 | 0 | 14 | 15 | 2 | 1 | 57 | 58 |
Octal | 373 | 310 | 307 | 0 | 24 | 25 | 2 | 1 | 127 | 130 |
Binary | 11111011 | 11001000 | 11000111 | 0 | 10100 | 10101 | 10 | 1 | 1010111 | 1011000 |
Color Harmonies of #FBC8C7
Complementary color
Monochromatic Colors of #FBC8C7
Black with #FBC8C7
Text Example
Text Example
White with #FBC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8C7; }
p { color: rgb(251,200,199); }
H1.HeaderClassName
{
color: #FBC8C7;
}
.AnyTagClassName
{
color: #FBC8C7;
}
</style>
background-color css
<style>
a { background-color: #FBC8C7; }
a { background-color: rgb(251,200,199); }
div.DivClassName
{
background-color: #FBC8C7;
}
.BgClassName
{
background-color: #FBC8C7;
}
</style>
border-color css
<style>
span { border-color: #FBC8C7; }
span { border-color: rgb(251,200,199); }
td.TdClassName
{
border-color: #FBC8C7;
}
.TagClassName
{
border-color: #FBC8C7;
}
</style>