Shades of Azalea #F5BFC4
Tints of Azalea #F5BFC4
RGB
CMYK
RGB Variations
Color information
#F5BFC4 (or 0xF5BFC4) is known color: Azalea. HEX triplet: F5, BF and C4. RGB value is (245,191,196). Sum of RGB (Red+Green+Blue) = 245+191+196=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFC4 is #0A403B. Grayscale: #CFCFCF. Windows color (decimal): -671804 or 12894197. OLE color: 12894197.
HSL color Cylindrical-coordinate representation of color #F5BFC4: hue angle of 354.44º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BFC4 is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 196 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.04 |
| HSL | 354.44º | 0.73% | 0.85% | - |
| HSV(B) | 354.44º | 0.22% | 0.96% | - |
| XYZ | 66.25 | 60.66 | 60.44 | - |
| YUV | 207.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 196 | 0 | 0.22 | 0.2 | 0.04 | 354.44 | 0.73 | 0.85 |
| Hex | F5 | BF | C4 | 0 | 16 | 14 | 4 | 162 | 49 | 55 |
| Octal | 365 | 277 | 304 | 0 | 26 | 24 | 4 | 542 | 111 | 125 |
| Binary | 11110101 | 10111111 | 11000100 | 0 | 10110 | 10100 | 100 | 101100010 | 1001001 | 1010101 |
Color Harmonies of #F5BFC4
Complementary color
Monochromatic Colors of #F5BFC4
Black with #F5BFC4
Text Example
Text Example
White with #F5BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFC4; }
p { color: rgb(245,191,196); }
H1.HeaderClassName
{
color: #F5BFC4;
}
.AnyTagClassName
{
color: #F5BFC4;
}
</style>
background-color css
<style>
a { background-color: #F5BFC4; }
a { background-color: rgb(245,191,196); }
div.DivClassName
{
background-color: #F5BFC4;
}
.BgClassName
{
background-color: #F5BFC4;
}
</style>
border-color css
<style>
span { border-color: #F5BFC4; }
span { border-color: rgb(245,191,196); }
td.TdClassName
{
border-color: #F5BFC4;
}
.TagClassName
{
border-color: #F5BFC4;
}
</style>