Shades of Azalea #FFBFC6
Tints of Azalea #FFBFC6
RGB
CMYK
RGB Variations
Color information
#FFBFC6 (or 0xFFBFC6) is known color: Azalea. HEX triplet: FF, BF and C6. RGB value is (255,191,198). Sum of RGB (Red+Green+Blue) = 255+191+198=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFC6 is #004039. Grayscale: #D2D2D2. Windows color (decimal): -16442 or 13025279. OLE color: 13025279.
HSL color Cylindrical-coordinate representation of color #FFBFC6: hue angle of 353.44º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFC6 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 198 | - |
| CMYK | 0 | 0.25 | 0.22 | 0 |
| HSL | 353.44º | 1% | 0.87% | - |
| HSV(B) | 353.44º | 0.25% | 1% | - |
| XYZ | 70.06 | 62.6 | 61.82 | - |
| YUV | 210.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 198 | 0 | 0.25 | 0.22 | 0 | 353.44 | 1 | 0.87 |
| Hex | FF | BF | C6 | 0 | 19 | 16 | 0 | 161 | 64 | 57 |
| Octal | 377 | 277 | 306 | 0 | 31 | 26 | 0 | 541 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11000110 | 0 | 11001 | 10110 | 0 | 101100001 | 1100100 | 1010111 |
Color Harmonies of #FFBFC6
Complementary color
Monochromatic Colors of #FFBFC6
Black with #FFBFC6
Text Example
Text Example
White with #FFBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFC6; }
p { color: rgb(255,191,198); }
H1.HeaderClassName
{
color: #FFBFC6;
}
.AnyTagClassName
{
color: #FFBFC6;
}
</style>
background-color css
<style>
a { background-color: #FFBFC6; }
a { background-color: rgb(255,191,198); }
div.DivClassName
{
background-color: #FFBFC6;
}
.BgClassName
{
background-color: #FFBFC6;
}
</style>
border-color css
<style>
span { border-color: #FFBFC6; }
span { border-color: rgb(255,191,198); }
td.TdClassName
{
border-color: #FFBFC6;
}
.TagClassName
{
border-color: #FFBFC6;
}
</style>