Shades of Azalea #FFBFC1
Tints of Azalea #FFBFC1
RGB
CMYK
RGB Variations
Color information
#FFBFC1 (or 0xFFBFC1) is known color: Azalea. HEX triplet: FF, BF and C1. RGB value is (255,191,193). Sum of RGB (Red+Green+Blue) = 255+191+193=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFC1 is #00403E. Grayscale: #D2D2D2. Windows color (decimal): -16447 or 12697599. OLE color: 12697599.
HSL color Cylindrical-coordinate representation of color #FFBFC1: hue angle of 358.12º 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 #FFBFC1 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 193 | - |
| CMYK | 0 | 0.25 | 0.24 | 0 |
| HSL | 358.13º | 1% | 0.87% | - |
| HSV(B) | 358.13º | 0.25% | 1% | - |
| XYZ | 69.5 | 62.37 | 58.83 | - |
| YUV | 210.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 193 | 0 | 0.25 | 0.24 | 0 | 358.13 | 1 | 0.87 |
| Hex | FF | BF | C1 | 0 | 19 | 18 | 0 | 166 | 64 | 57 |
| Octal | 377 | 277 | 301 | 0 | 31 | 30 | 0 | 546 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11000001 | 0 | 11001 | 11000 | 0 | 101100110 | 1100100 | 1010111 |
Color Harmonies of #FFBFC1
Complementary color
Monochromatic Colors of #FFBFC1
Black with #FFBFC1
Text Example
Text Example
White with #FFBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFC1; }
p { color: rgb(255,191,193); }
H1.HeaderClassName
{
color: #FFBFC1;
}
.AnyTagClassName
{
color: #FFBFC1;
}
</style>
background-color css
<style>
a { background-color: #FFBFC1; }
a { background-color: rgb(255,191,193); }
div.DivClassName
{
background-color: #FFBFC1;
}
.BgClassName
{
background-color: #FFBFC1;
}
</style>
border-color css
<style>
span { border-color: #FFBFC1; }
span { border-color: rgb(255,191,193); }
td.TdClassName
{
border-color: #FFBFC1;
}
.TagClassName
{
border-color: #FFBFC1;
}
</style>