Shades of Azalea #F4BFC4
Tints of Azalea #F4BFC4
RGB
CMYK
RGB Variations
Color information
#F4BFC4 (or 0xF4BFC4) is known color: Azalea. HEX triplet: F4, BF and C4. RGB value is (244,191,196). Sum of RGB (Red+Green+Blue) = 244+191+196=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFC4 is #0B403B. Grayscale: #CFCFCF. Windows color (decimal): -737340 or 12894196. OLE color: 12894196.
HSL color Cylindrical-coordinate representation of color #F4BFC4: hue angle of 354.34º 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 #F4BFC4 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 196 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.04 |
| HSL | 354.34º | 0.71% | 0.85% | - |
| HSV(B) | 354.34º | 0.22% | 0.96% | - |
| XYZ | 65.9 | 60.48 | 60.42 | - |
| YUV | 207.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 196 | 0 | 0.22 | 0.20 | 0.04 | 354.34 | 0.71 | 0.85 |
| Hex | F4 | BF | C4 | 0 | 16 | 14 | 4 | 162 | 47 | 55 |
| Octal | 364 | 277 | 304 | 0 | 26 | 24 | 4 | 542 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11000100 | 0 | 10110 | 10100 | 100 | 101100010 | 1000111 | 1010101 |
Color Harmonies of #F4BFC4
Complementary color
Monochromatic Colors of #F4BFC4
Black with #F4BFC4
Text Example
Text Example
White with #F4BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFC4; }
p { color: rgb(244,191,196); }
H1.HeaderClassName
{
color: #F4BFC4;
}
.AnyTagClassName
{
color: #F4BFC4;
}
</style>
background-color css
<style>
a { background-color: #F4BFC4; }
a { background-color: rgb(244,191,196); }
div.DivClassName
{
background-color: #F4BFC4;
}
.BgClassName
{
background-color: #F4BFC4;
}
</style>
border-color css
<style>
span { border-color: #F4BFC4; }
span { border-color: rgb(244,191,196); }
td.TdClassName
{
border-color: #F4BFC4;
}
.TagClassName
{
border-color: #F4BFC4;
}
</style>