Shades of Azalea #FBC5C7
Tints of Azalea #FBC5C7
RGB
CMYK
RGB Variations
Color information
#FBC5C7 (or 0xFBC5C7) is known color: Azalea. HEX triplet: FB, C5 and C7. RGB value is (251,197,199). Sum of RGB (Red+Green+Blue) = 251+197+199=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 199 (78.12% from 255 or 30.76% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5C7 is #043A38. Grayscale: #D5D5D5. Windows color (decimal): -277049 or 13092347. OLE color: 13092347.
HSL color Cylindrical-coordinate representation of color #FBC5C7: hue angle of 357.78º 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 #FBC5C7 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 199 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.02 |
| HSL | 357.78º | 0.87% | 0.88% | - |
| HSV(B) | 357.78º | 0.22% | 0.98% | - |
| XYZ | 70.06 | 64.57 | 62.8 | - |
| YUV | 213.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 199 | 0 | 0.22 | 0.21 | 0.02 | 357.78 | 0.87 | 0.88 |
| Hex | FB | C5 | C7 | 0 | 16 | 15 | 2 | 166 | 57 | 58 |
| Octal | 373 | 305 | 307 | 0 | 26 | 25 | 2 | 546 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11000111 | 0 | 10110 | 10101 | 10 | 101100110 | 1010111 | 1011000 |
Color Harmonies of #FBC5C7
Complementary color
Monochromatic Colors of #FBC5C7
Black with #FBC5C7
Text Example
Text Example
White with #FBC5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5C7; }
p { color: rgb(251,197,199); }
H1.HeaderClassName
{
color: #FBC5C7;
}
.AnyTagClassName
{
color: #FBC5C7;
}
</style>
background-color css
<style>
a { background-color: #FBC5C7; }
a { background-color: rgb(251,197,199); }
div.DivClassName
{
background-color: #FBC5C7;
}
.BgClassName
{
background-color: #FBC5C7;
}
</style>
border-color css
<style>
span { border-color: #FBC5C7; }
span { border-color: rgb(251,197,199); }
td.TdClassName
{
border-color: #FBC5C7;
}
.TagClassName
{
border-color: #FBC5C7;
}
</style>