Shades of Coral Candy #FBC9C7
Tints of Coral Candy #FBC9C7
RGB
CMYK
RGB Variations
Color information
#FBC9C7 (or 0xFBC9C7) is known color: Coral Candy. HEX triplet: FB, C9 and C7. RGB value is (251,201,199). Sum of RGB (Red+Green+Blue) = 251+201+199=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9C7 is #043638. Grayscale: #D7D7D7. Windows color (decimal): -276025 or 13093371. OLE color: 13093371.
HSL color Cylindrical-coordinate representation of color #FBC9C7: hue angle of 2.31º 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 #FBC9C7 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 201 | 199 | - |
CMYK | 0 | 0.20 | 0.21 | 0.02 |
HSL | 2.31º | 0.87% | 0.88% | - |
HSV(B) | 2.31º | 0.21% | 0.98% | - |
XYZ | 70.98 | 66.41 | 63.11 | - |
YUV | 215.72 | 118.57 | 153.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 201 | 199 | 0 | 0.20 | 0.21 | 0.02 | 2.31 | 0.87 | 0.88 |
Hex | FB | C9 | C7 | 0 | 14 | 15 | 2 | 2 | 57 | 58 |
Octal | 373 | 311 | 307 | 0 | 24 | 25 | 2 | 2 | 127 | 130 |
Binary | 11111011 | 11001001 | 11000111 | 0 | 10100 | 10101 | 10 | 10 | 1010111 | 1011000 |
Color Harmonies of #FBC9C7
Complementary color
Monochromatic Colors of #FBC9C7
Black with #FBC9C7
Text Example
Text Example
White with #FBC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9C7; }
p { color: rgb(251,201,199); }
H1.HeaderClassName
{
color: #FBC9C7;
}
.AnyTagClassName
{
color: #FBC9C7;
}
</style>
background-color css
<style>
a { background-color: #FBC9C7; }
a { background-color: rgb(251,201,199); }
div.DivClassName
{
background-color: #FBC9C7;
}
.BgClassName
{
background-color: #FBC9C7;
}
</style>
border-color css
<style>
span { border-color: #FBC9C7; }
span { border-color: rgb(251,201,199); }
td.TdClassName
{
border-color: #FBC9C7;
}
.TagClassName
{
border-color: #FBC9C7;
}
</style>