Shades of Azalea #FBC6C9
Tints of Azalea #FBC6C9
RGB
CMYK
RGB Variations
Color information
#FBC6C9 (or 0xFBC6C9) is known color: Azalea. HEX triplet: FB, C6 and C9. RGB value is (251,198,201). Sum of RGB (Red+Green+Blue) = 251+198+201=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6C9 is #043936. Grayscale: #D6D6D6. Windows color (decimal): -276791 or 13223675. OLE color: 13223675.
HSL color Cylindrical-coordinate representation of color #FBC6C9: hue angle of 356.6º 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 #FBC6C9 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 201 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.02 |
| HSL | 356.6º | 0.87% | 0.88% | - |
| HSV(B) | 356.6º | 0.21% | 0.98% | - |
| XYZ | 70.52 | 65.11 | 64.11 | - |
| YUV | 214.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 201 | 0 | 0.21 | 0.20 | 0.02 | 356.6 | 0.87 | 0.88 |
| Hex | FB | C6 | C9 | 0 | 15 | 14 | 2 | 165 | 57 | 58 |
| Octal | 373 | 306 | 311 | 0 | 25 | 24 | 2 | 545 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11001001 | 0 | 10101 | 10100 | 10 | 101100101 | 1010111 | 1011000 |
Color Harmonies of #FBC6C9
Complementary color
Monochromatic Colors of #FBC6C9
Black with #FBC6C9
Text Example
Text Example
White with #FBC6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6C9; }
p { color: rgb(251,198,201); }
H1.HeaderClassName
{
color: #FBC6C9;
}
.AnyTagClassName
{
color: #FBC6C9;
}
</style>
background-color css
<style>
a { background-color: #FBC6C9; }
a { background-color: rgb(251,198,201); }
div.DivClassName
{
background-color: #FBC6C9;
}
.BgClassName
{
background-color: #FBC6C9;
}
</style>
border-color css
<style>
span { border-color: #FBC6C9; }
span { border-color: rgb(251,198,201); }
td.TdClassName
{
border-color: #FBC6C9;
}
.TagClassName
{
border-color: #FBC6C9;
}
</style>