Shades of Azalea #F1BEBF
Tints of Azalea #F1BEBF
RGB
CMYK
RGB Variations
Color information
#F1BEBF (or 0xF1BEBF) is known color: Azalea. HEX triplet: F1, BE and BF. RGB value is (241,190,191). Sum of RGB (Red+Green+Blue) = 241+190+191=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEBF is #0E4140. Grayscale: #CDCDCD. Windows color (decimal): -934209 or 12566257. OLE color: 12566257.
HSL color Cylindrical-coordinate representation of color #F1BEBF: hue angle of 358.82º degrees, saturation: 0.65, 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 #F1BEBF is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 191 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.05 |
| HSL | 358.82º | 0.65% | 0.85% | - |
| HSV(B) | 358.82º | 0.21% | 0.95% | - |
| XYZ | 64.09 | 59.29 | 57.36 | - |
| YUV | 205.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 191 | 0 | 0.21 | 0.21 | 0.05 | 358.82 | 0.65 | 0.85 |
| Hex | F1 | BE | BF | 0 | 15 | 15 | 5 | 167 | 41 | 55 |
| Octal | 361 | 276 | 277 | 0 | 25 | 25 | 5 | 547 | 101 | 125 |
| Binary | 11110001 | 10111110 | 10111111 | 0 | 10101 | 10101 | 101 | 101100111 | 1000001 | 1010101 |
Color Harmonies of #F1BEBF
Complementary color
Monochromatic Colors of #F1BEBF
Black with #F1BEBF
Text Example
Text Example
White with #F1BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEBF; }
p { color: rgb(241,190,191); }
H1.HeaderClassName
{
color: #F1BEBF;
}
.AnyTagClassName
{
color: #F1BEBF;
}
</style>
background-color css
<style>
a { background-color: #F1BEBF; }
a { background-color: rgb(241,190,191); }
div.DivClassName
{
background-color: #F1BEBF;
}
.BgClassName
{
background-color: #F1BEBF;
}
</style>
border-color css
<style>
span { border-color: #F1BEBF; }
span { border-color: rgb(241,190,191); }
td.TdClassName
{
border-color: #F1BEBF;
}
.TagClassName
{
border-color: #F1BEBF;
}
</style>