Shades of Azalea #F7BCC2
Tints of Azalea #F7BCC2
RGB
CMYK
RGB Variations
Color information
#F7BCC2 (or 0xF7BCC2) is known color: Azalea. HEX triplet: F7, BC and C2. RGB value is (247,188,194). Sum of RGB (Red+Green+Blue) = 247+188+194=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCC2 is #08433D. Grayscale: #CECECE. Windows color (decimal): -541502 or 12762359. OLE color: 12762359.
HSL color Cylindrical-coordinate representation of color #F7BCC2: hue angle of 353.9º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BCC2 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 194 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.03 |
| HSL | 353.9º | 0.79% | 0.85% | - |
| HSV(B) | 353.9º | 0.24% | 0.97% | - |
| XYZ | 66.08 | 59.64 | 59.07 | - |
| YUV | 206.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 194 | 0 | 0.24 | 0.21 | 0.03 | 353.9 | 0.79 | 0.85 |
| Hex | F7 | BC | C2 | 0 | 18 | 15 | 3 | 162 | 4F | 55 |
| Octal | 367 | 274 | 302 | 0 | 30 | 25 | 3 | 542 | 117 | 125 |
| Binary | 11110111 | 10111100 | 11000010 | 0 | 11000 | 10101 | 11 | 101100010 | 1001111 | 1010101 |
Color Harmonies of #F7BCC2
Complementary color
Monochromatic Colors of #F7BCC2
Black with #F7BCC2
Text Example
Text Example
White with #F7BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BCC2; }
p { color: rgb(247,188,194); }
H1.HeaderClassName
{
color: #F7BCC2;
}
.AnyTagClassName
{
color: #F7BCC2;
}
</style>
background-color css
<style>
a { background-color: #F7BCC2; }
a { background-color: rgb(247,188,194); }
div.DivClassName
{
background-color: #F7BCC2;
}
.BgClassName
{
background-color: #F7BCC2;
}
</style>
border-color css
<style>
span { border-color: #F7BCC2; }
span { border-color: rgb(247,188,194); }
td.TdClassName
{
border-color: #F7BCC2;
}
.TagClassName
{
border-color: #F7BCC2;
}
</style>