Shades of Azalea #F7BFC2
Tints of Azalea #F7BFC2
RGB
CMYK
RGB Variations
Color information
#F7BFC2 (or 0xF7BFC2) is known color: Azalea. HEX triplet: F7, BF and C2. RGB value is (247,191,194). Sum of RGB (Red+Green+Blue) = 247+191+194=632 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.08% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFC2 is #08403D. Grayscale: #D0D0D0. Windows color (decimal): -540734 or 12763127. OLE color: 12763127.
HSL color Cylindrical-coordinate representation of color #F7BFC2: hue angle of 356.79º 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 #F7BFC2 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 194 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.03 |
| HSL | 356.79º | 0.78% | 0.86% | - |
| HSV(B) | 356.79º | 0.23% | 0.97% | - |
| XYZ | 66.73 | 60.93 | 59.28 | - |
| YUV | 208.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 194 | 0 | 0.23 | 0.21 | 0.03 | 356.79 | 0.78 | 0.86 |
| Hex | F7 | BF | C2 | 0 | 17 | 15 | 3 | 165 | 4E | 56 |
| Octal | 367 | 277 | 302 | 0 | 27 | 25 | 3 | 545 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11000010 | 0 | 10111 | 10101 | 11 | 101100101 | 1001110 | 1010110 |
Color Harmonies of #F7BFC2
Complementary color
Monochromatic Colors of #F7BFC2
Black with #F7BFC2
Text Example
Text Example
White with #F7BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFC2; }
p { color: rgb(247,191,194); }
H1.HeaderClassName
{
color: #F7BFC2;
}
.AnyTagClassName
{
color: #F7BFC2;
}
</style>
background-color css
<style>
a { background-color: #F7BFC2; }
a { background-color: rgb(247,191,194); }
div.DivClassName
{
background-color: #F7BFC2;
}
.BgClassName
{
background-color: #F7BFC2;
}
</style>
border-color css
<style>
span { border-color: #F7BFC2; }
span { border-color: rgb(247,191,194); }
td.TdClassName
{
border-color: #F7BFC2;
}
.TagClassName
{
border-color: #F7BFC2;
}
</style>