Shades of Azalea #F7BEC7
Tints of Azalea #F7BEC7
RGB
CMYK
RGB Variations
Color information
#F7BEC7 (or 0xF7BEC7) is known color: Azalea. HEX triplet: F7, BE and C7. RGB value is (247,190,199). Sum of RGB (Red+Green+Blue) = 247+190+199=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BEC7 is #084138. Grayscale: #D0D0D0. Windows color (decimal): -540985 or 13090551. OLE color: 13090551.
HSL color Cylindrical-coordinate representation of color #F7BEC7: hue angle of 350.53º 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 #F7BEC7 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 190 | 199 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.03 |
| HSL | 350.53º | 0.78% | 0.86% | - |
| HSV(B) | 350.53º | 0.23% | 0.97% | - |
| XYZ | 67.08 | 60.72 | 62.22 | - |
| YUV | 208.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 190 | 199 | 0 | 0.23 | 0.19 | 0.03 | 350.53 | 0.78 | 0.86 |
| Hex | F7 | BE | C7 | 0 | 17 | 13 | 3 | 15F | 4E | 56 |
| Octal | 367 | 276 | 307 | 0 | 27 | 23 | 3 | 537 | 116 | 126 |
| Binary | 11110111 | 10111110 | 11000111 | 0 | 10111 | 10011 | 11 | 101011111 | 1001110 | 1010110 |
Color Harmonies of #F7BEC7
Complementary color
Monochromatic Colors of #F7BEC7
Black with #F7BEC7
Text Example
Text Example
White with #F7BEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BEC7; }
p { color: rgb(247,190,199); }
H1.HeaderClassName
{
color: #F7BEC7;
}
.AnyTagClassName
{
color: #F7BEC7;
}
</style>
background-color css
<style>
a { background-color: #F7BEC7; }
a { background-color: rgb(247,190,199); }
div.DivClassName
{
background-color: #F7BEC7;
}
.BgClassName
{
background-color: #F7BEC7;
}
</style>
border-color css
<style>
span { border-color: #F7BEC7; }
span { border-color: rgb(247,190,199); }
td.TdClassName
{
border-color: #F7BEC7;
}
.TagClassName
{
border-color: #F7BEC7;
}
</style>