Shades of Azalea #F7BEC5
Tints of Azalea #F7BEC5
RGB
CMYK
RGB Variations
Color information
#F7BEC5 (or 0xF7BEC5) is known color: Azalea. HEX triplet: F7, BE and C5. RGB value is (247,190,197). Sum of RGB (Red+Green+Blue) = 247+190+197=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BEC5 is #08413A. Grayscale: #CFCFCF. Windows color (decimal): -540987 or 12959479. OLE color: 12959479.
HSL color Cylindrical-coordinate representation of color #F7BEC5: hue angle of 352.63º 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 #F7BEC5 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 190 | 197 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.03 |
| HSL | 352.63º | 0.78% | 0.86% | - |
| HSV(B) | 352.63º | 0.23% | 0.97% | - |
| XYZ | 66.85 | 60.63 | 61 | - |
| YUV | 207.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 190 | 197 | 0 | 0.23 | 0.20 | 0.03 | 352.63 | 0.78 | 0.86 |
| Hex | F7 | BE | C5 | 0 | 17 | 14 | 3 | 161 | 4E | 56 |
| Octal | 367 | 276 | 305 | 0 | 27 | 24 | 3 | 541 | 116 | 126 |
| Binary | 11110111 | 10111110 | 11000101 | 0 | 10111 | 10100 | 11 | 101100001 | 1001110 | 1010110 |
Color Harmonies of #F7BEC5
Complementary color
Monochromatic Colors of #F7BEC5
Black with #F7BEC5
Text Example
Text Example
White with #F7BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BEC5; }
p { color: rgb(247,190,197); }
H1.HeaderClassName
{
color: #F7BEC5;
}
.AnyTagClassName
{
color: #F7BEC5;
}
</style>
background-color css
<style>
a { background-color: #F7BEC5; }
a { background-color: rgb(247,190,197); }
div.DivClassName
{
background-color: #F7BEC5;
}
.BgClassName
{
background-color: #F7BEC5;
}
</style>
border-color css
<style>
span { border-color: #F7BEC5; }
span { border-color: rgb(247,190,197); }
td.TdClassName
{
border-color: #F7BEC5;
}
.TagClassName
{
border-color: #F7BEC5;
}
</style>