Shades of Azalea #F1BFC2
Tints of Azalea #F1BFC2
RGB
CMYK
RGB Variations
Color information
#F1BFC2 (or 0xF1BFC2) is known color: Azalea. HEX triplet: F1, BF and C2. RGB value is (241,191,194). Sum of RGB (Red+Green+Blue) = 241+191+194=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 194 (76.17% from 255 or 30.99% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFC2 is #0E403D. Grayscale: #CECECE. Windows color (decimal): -933950 or 12763121. OLE color: 12763121.
HSL color Cylindrical-coordinate representation of color #F1BFC2: hue angle of 356.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BFC2 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 194 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.05 |
| HSL | 356.4º | 0.64% | 0.85% | - |
| HSV(B) | 356.4º | 0.21% | 0.95% | - |
| XYZ | 64.64 | 59.86 | 59.19 | - |
| YUV | 206.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 194 | 0 | 0.21 | 0.20 | 0.05 | 356.4 | 0.64 | 0.85 |
| Hex | F1 | BF | C2 | 0 | 15 | 14 | 5 | 164 | 40 | 55 |
| Octal | 361 | 277 | 302 | 0 | 25 | 24 | 5 | 544 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11000010 | 0 | 10101 | 10100 | 101 | 101100100 | 1000000 | 1010101 |
Color Harmonies of #F1BFC2
Complementary color
Monochromatic Colors of #F1BFC2
Black with #F1BFC2
Text Example
Text Example
White with #F1BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFC2; }
p { color: rgb(241,191,194); }
H1.HeaderClassName
{
color: #F1BFC2;
}
.AnyTagClassName
{
color: #F1BFC2;
}
</style>
background-color css
<style>
a { background-color: #F1BFC2; }
a { background-color: rgb(241,191,194); }
div.DivClassName
{
background-color: #F1BFC2;
}
.BgClassName
{
background-color: #F1BFC2;
}
</style>
border-color css
<style>
span { border-color: #F1BFC2; }
span { border-color: rgb(241,191,194); }
td.TdClassName
{
border-color: #F1BFC2;
}
.TagClassName
{
border-color: #F1BFC2;
}
</style>