Shades of Azalea #F4BFC1
Tints of Azalea #F4BFC1
RGB
CMYK
RGB Variations
Color information
#F4BFC1 (or 0xF4BFC1) is known color: Azalea. HEX triplet: F4, BF and C1. RGB value is (244,191,193). Sum of RGB (Red+Green+Blue) = 244+191+193=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 193 (75.78% from 255 or 30.73% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFC1 is #0B403E. Grayscale: #CFCFCF. Windows color (decimal): -737343 or 12697588. OLE color: 12697588.
HSL color Cylindrical-coordinate representation of color #F4BFC1: hue angle of 357.74º degrees, saturation: 0.71, 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 #F4BFC1 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 193 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.04 |
| HSL | 357.74º | 0.71% | 0.85% | - |
| HSV(B) | 357.74º | 0.22% | 0.96% | - |
| XYZ | 65.56 | 60.34 | 58.64 | - |
| YUV | 207.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 193 | 0 | 0.22 | 0.21 | 0.04 | 357.74 | 0.71 | 0.85 |
| Hex | F4 | BF | C1 | 0 | 16 | 15 | 4 | 166 | 47 | 55 |
| Octal | 364 | 277 | 301 | 0 | 26 | 25 | 4 | 546 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11000001 | 0 | 10110 | 10101 | 100 | 101100110 | 1000111 | 1010101 |
Color Harmonies of #F4BFC1
Complementary color
Monochromatic Colors of #F4BFC1
Black with #F4BFC1
Text Example
Text Example
White with #F4BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFC1; }
p { color: rgb(244,191,193); }
H1.HeaderClassName
{
color: #F4BFC1;
}
.AnyTagClassName
{
color: #F4BFC1;
}
</style>
background-color css
<style>
a { background-color: #F4BFC1; }
a { background-color: rgb(244,191,193); }
div.DivClassName
{
background-color: #F4BFC1;
}
.BgClassName
{
background-color: #F4BFC1;
}
</style>
border-color css
<style>
span { border-color: #F4BFC1; }
span { border-color: rgb(244,191,193); }
td.TdClassName
{
border-color: #F4BFC1;
}
.TagClassName
{
border-color: #F4BFC1;
}
</style>