Shades of Azalea #F1BDC1
Tints of Azalea #F1BDC1
RGB
CMYK
RGB Variations
Color information
#F1BDC1 (or 0xF1BDC1) is known color: Azalea. HEX triplet: F1, BD and C1. RGB value is (241,189,193). Sum of RGB (Red+Green+Blue) = 241+189+193=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDC1 is #0E423E. Grayscale: #CDCDCD. Windows color (decimal): -934463 or 12697073. OLE color: 12697073.
HSL color Cylindrical-coordinate representation of color #F1BDC1: hue angle of 355.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BDC1 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 193 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.05 |
| HSL | 355.38º | 0.65% | 0.84% | - |
| HSV(B) | 355.38º | 0.22% | 0.95% | - |
| XYZ | 64.1 | 58.95 | 58.45 | - |
| YUV | 205 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 193 | 0 | 0.22 | 0.20 | 0.05 | 355.38 | 0.65 | 0.84 |
| Hex | F1 | BD | C1 | 0 | 16 | 14 | 5 | 163 | 41 | 54 |
| Octal | 361 | 275 | 301 | 0 | 26 | 24 | 5 | 543 | 101 | 124 |
| Binary | 11110001 | 10111101 | 11000001 | 0 | 10110 | 10100 | 101 | 101100011 | 1000001 | 1010100 |
Color Harmonies of #F1BDC1
Complementary color
Monochromatic Colors of #F1BDC1
Black with #F1BDC1
Text Example
Text Example
White with #F1BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDC1; }
p { color: rgb(241,189,193); }
H1.HeaderClassName
{
color: #F1BDC1;
}
.AnyTagClassName
{
color: #F1BDC1;
}
</style>
background-color css
<style>
a { background-color: #F1BDC1; }
a { background-color: rgb(241,189,193); }
div.DivClassName
{
background-color: #F1BDC1;
}
.BgClassName
{
background-color: #F1BDC1;
}
</style>
border-color css
<style>
span { border-color: #F1BDC1; }
span { border-color: rgb(241,189,193); }
td.TdClassName
{
border-color: #F1BDC1;
}
.TagClassName
{
border-color: #F1BDC1;
}
</style>