Shades of Azalea #F2BFC6
Tints of Azalea #F2BFC6
RGB
CMYK
RGB Variations
Color information
#F2BFC6 (or 0xF2BFC6) is known color: Azalea. HEX triplet: F2, BF and C6. RGB value is (242,191,198). Sum of RGB (Red+Green+Blue) = 242+191+198=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFC6 is #0D4039. Grayscale: #CFCFCF. Windows color (decimal): -868410 or 13025266. OLE color: 13025266.
HSL color Cylindrical-coordinate representation of color #F2BFC6: hue angle of 351.76º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFC6 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 198 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.05 |
| HSL | 351.76º | 0.66% | 0.85% | - |
| HSV(B) | 351.76º | 0.21% | 0.95% | - |
| XYZ | 65.44 | 60.22 | 61.6 | - |
| YUV | 207.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 198 | 0 | 0.21 | 0.18 | 0.05 | 351.76 | 0.66 | 0.85 |
| Hex | F2 | BF | C6 | 0 | 15 | 12 | 5 | 160 | 42 | 55 |
| Octal | 362 | 277 | 306 | 0 | 25 | 22 | 5 | 540 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11000110 | 0 | 10101 | 10010 | 101 | 101100000 | 1000010 | 1010101 |
Color Harmonies of #F2BFC6
Complementary color
Monochromatic Colors of #F2BFC6
Black with #F2BFC6
Text Example
Text Example
White with #F2BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFC6; }
p { color: rgb(242,191,198); }
H1.HeaderClassName
{
color: #F2BFC6;
}
.AnyTagClassName
{
color: #F2BFC6;
}
</style>
background-color css
<style>
a { background-color: #F2BFC6; }
a { background-color: rgb(242,191,198); }
div.DivClassName
{
background-color: #F2BFC6;
}
.BgClassName
{
background-color: #F2BFC6;
}
</style>
border-color css
<style>
span { border-color: #F2BFC6; }
span { border-color: rgb(242,191,198); }
td.TdClassName
{
border-color: #F2BFC6;
}
.TagClassName
{
border-color: #F2BFC6;
}
</style>