Shades of Azalea #F1BEC6
Tints of Azalea #F1BEC6
RGB
CMYK
RGB Variations
Color information
#F1BEC6 (or 0xF1BEC6) is known color: Azalea. HEX triplet: F1, BE and C6. RGB value is (241,190,198). Sum of RGB (Red+Green+Blue) = 241+190+198=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEC6 is #0E4139. Grayscale: #CECECE. Windows color (decimal): -934202 or 13025009. OLE color: 13025009.
HSL color Cylindrical-coordinate representation of color #F1BEC6: hue angle of 350.59º 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 #F1BEC6 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 198 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.05 |
| HSL | 350.59º | 0.65% | 0.85% | - |
| HSV(B) | 350.59º | 0.21% | 0.95% | - |
| XYZ | 64.88 | 59.6 | 61.51 | - |
| YUV | 206.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 198 | 0 | 0.21 | 0.18 | 0.05 | 350.59 | 0.65 | 0.85 |
| Hex | F1 | BE | C6 | 0 | 15 | 12 | 5 | 15F | 41 | 55 |
| Octal | 361 | 276 | 306 | 0 | 25 | 22 | 5 | 537 | 101 | 125 |
| Binary | 11110001 | 10111110 | 11000110 | 0 | 10101 | 10010 | 101 | 101011111 | 1000001 | 1010101 |
Color Harmonies of #F1BEC6
Complementary color
Monochromatic Colors of #F1BEC6
Black with #F1BEC6
Text Example
Text Example
White with #F1BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEC6; }
p { color: rgb(241,190,198); }
H1.HeaderClassName
{
color: #F1BEC6;
}
.AnyTagClassName
{
color: #F1BEC6;
}
</style>
background-color css
<style>
a { background-color: #F1BEC6; }
a { background-color: rgb(241,190,198); }
div.DivClassName
{
background-color: #F1BEC6;
}
.BgClassName
{
background-color: #F1BEC6;
}
</style>
border-color css
<style>
span { border-color: #F1BEC6; }
span { border-color: rgb(241,190,198); }
td.TdClassName
{
border-color: #F1BEC6;
}
.TagClassName
{
border-color: #F1BEC6;
}
</style>