Shades of Azalea #F1BFC7
Tints of Azalea #F1BFC7
RGB
CMYK
RGB Variations
Color information
#F1BFC7 (or 0xF1BFC7) is known color: Azalea. HEX triplet: F1, BF and C7. RGB value is (241,191,199). Sum of RGB (Red+Green+Blue) = 241+191+199=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFC7 is #0E4038. Grayscale: #CECECE. Windows color (decimal): -933945 or 13090801. OLE color: 13090801.
HSL color Cylindrical-coordinate representation of color #F1BFC7: hue angle of 350.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 #F1BFC7 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 199 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.05 |
| HSL | 350.4º | 0.64% | 0.85% | - |
| HSV(B) | 350.4º | 0.21% | 0.95% | - |
| XYZ | 65.22 | 60.09 | 62.19 | - |
| YUV | 206.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 199 | 0 | 0.21 | 0.17 | 0.05 | 350.4 | 0.64 | 0.85 |
| Hex | F1 | BF | C7 | 0 | 15 | 11 | 5 | 15E | 40 | 55 |
| Octal | 361 | 277 | 307 | 0 | 25 | 21 | 5 | 536 | 100 | 125 |
| Binary | 11110001 | 10111111 | 11000111 | 0 | 10101 | 10001 | 101 | 101011110 | 1000000 | 1010101 |
Color Harmonies of #F1BFC7
Complementary color
Monochromatic Colors of #F1BFC7
Black with #F1BFC7
Text Example
Text Example
White with #F1BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFC7; }
p { color: rgb(241,191,199); }
H1.HeaderClassName
{
color: #F1BFC7;
}
.AnyTagClassName
{
color: #F1BFC7;
}
</style>
background-color css
<style>
a { background-color: #F1BFC7; }
a { background-color: rgb(241,191,199); }
div.DivClassName
{
background-color: #F1BFC7;
}
.BgClassName
{
background-color: #F1BFC7;
}
</style>
border-color css
<style>
span { border-color: #F1BFC7; }
span { border-color: rgb(241,191,199); }
td.TdClassName
{
border-color: #F1BFC7;
}
.TagClassName
{
border-color: #F1BFC7;
}
</style>