Shades of Azalea #F7BFC7
Tints of Azalea #F7BFC7
RGB
CMYK
RGB Variations
Color information
#F7BFC7 (or 0xF7BFC7) is known color: Azalea. HEX triplet: F7, BF and C7. RGB value is (247,191,199). Sum of RGB (Red+Green+Blue) = 247+191+199=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFC7 is #084038. Grayscale: #D0D0D0. Windows color (decimal): -540729 or 13090807. OLE color: 13090807.
HSL color Cylindrical-coordinate representation of color #F7BFC7: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFC7 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 199 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.03 |
| HSL | 351.43º | 0.78% | 0.86% | - |
| HSV(B) | 351.43º | 0.23% | 0.97% | - |
| XYZ | 67.3 | 61.16 | 62.29 | - |
| YUV | 208.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 199 | 0 | 0.23 | 0.19 | 0.03 | 351.43 | 0.78 | 0.86 |
| Hex | F7 | BF | C7 | 0 | 17 | 13 | 3 | 15F | 4E | 56 |
| Octal | 367 | 277 | 307 | 0 | 27 | 23 | 3 | 537 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11000111 | 0 | 10111 | 10011 | 11 | 101011111 | 1001110 | 1010110 |
Color Harmonies of #F7BFC7
Complementary color
Monochromatic Colors of #F7BFC7
Black with #F7BFC7
Text Example
Text Example
White with #F7BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFC7; }
p { color: rgb(247,191,199); }
H1.HeaderClassName
{
color: #F7BFC7;
}
.AnyTagClassName
{
color: #F7BFC7;
}
</style>
background-color css
<style>
a { background-color: #F7BFC7; }
a { background-color: rgb(247,191,199); }
div.DivClassName
{
background-color: #F7BFC7;
}
.BgClassName
{
background-color: #F7BFC7;
}
</style>
border-color css
<style>
span { border-color: #F7BFC7; }
span { border-color: rgb(247,191,199); }
td.TdClassName
{
border-color: #F7BFC7;
}
.TagClassName
{
border-color: #F7BFC7;
}
</style>