Shades of Azalea #F4BFC7
Tints of Azalea #F4BFC7
RGB
CMYK
RGB Variations
Color information
#F4BFC7 (or 0xF4BFC7) is known color: Azalea. HEX triplet: F4, BF and C7. RGB value is (244,191,199). Sum of RGB (Red+Green+Blue) = 244+191+199=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFC7 is #0B4038. Grayscale: #CFCFCF. Windows color (decimal): -737337 or 13090804. OLE color: 13090804.
HSL color Cylindrical-coordinate representation of color #F4BFC7: hue angle of 350.94º 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 #F4BFC7 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 199 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.04 |
| HSL | 350.94º | 0.71% | 0.85% | - |
| HSV(B) | 350.94º | 0.22% | 0.96% | - |
| XYZ | 66.25 | 60.62 | 62.24 | - |
| YUV | 207.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 199 | 0 | 0.22 | 0.18 | 0.04 | 350.94 | 0.71 | 0.85 |
| Hex | F4 | BF | C7 | 0 | 16 | 12 | 4 | 15F | 47 | 55 |
| Octal | 364 | 277 | 307 | 0 | 26 | 22 | 4 | 537 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11000111 | 0 | 10110 | 10010 | 100 | 101011111 | 1000111 | 1010101 |
Color Harmonies of #F4BFC7
Complementary color
Monochromatic Colors of #F4BFC7
Black with #F4BFC7
Text Example
Text Example
White with #F4BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFC7; }
p { color: rgb(244,191,199); }
H1.HeaderClassName
{
color: #F4BFC7;
}
.AnyTagClassName
{
color: #F4BFC7;
}
</style>
background-color css
<style>
a { background-color: #F4BFC7; }
a { background-color: rgb(244,191,199); }
div.DivClassName
{
background-color: #F4BFC7;
}
.BgClassName
{
background-color: #F4BFC7;
}
</style>
border-color css
<style>
span { border-color: #F4BFC7; }
span { border-color: rgb(244,191,199); }
td.TdClassName
{
border-color: #F4BFC7;
}
.TagClassName
{
border-color: #F4BFC7;
}
</style>