Shades of Azalea #F6BFC3
Tints of Azalea #F6BFC3
RGB
CMYK
RGB Variations
Color information
#F6BFC3 (or 0xF6BFC3) is known color: Azalea. HEX triplet: F6, BF and C3. RGB value is (246,191,195). Sum of RGB (Red+Green+Blue) = 246+191+195=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFC3 is #09403C. Grayscale: #CFCFCF. Windows color (decimal): -606269 or 12828662. OLE color: 12828662.
HSL color Cylindrical-coordinate representation of color #F6BFC3: hue angle of 355.64º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFC3 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 195 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.04 |
| HSL | 355.64º | 0.75% | 0.86% | - |
| HSV(B) | 355.64º | 0.22% | 0.96% | - |
| XYZ | 66.49 | 60.79 | 59.86 | - |
| YUV | 207.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 195 | 0 | 0.22 | 0.21 | 0.04 | 355.64 | 0.75 | 0.86 |
| Hex | F6 | BF | C3 | 0 | 16 | 15 | 4 | 164 | 4B | 56 |
| Octal | 366 | 277 | 303 | 0 | 26 | 25 | 4 | 544 | 113 | 126 |
| Binary | 11110110 | 10111111 | 11000011 | 0 | 10110 | 10101 | 100 | 101100100 | 1001011 | 1010110 |
Color Harmonies of #F6BFC3
Complementary color
Monochromatic Colors of #F6BFC3
Black with #F6BFC3
Text Example
Text Example
White with #F6BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFC3; }
p { color: rgb(246,191,195); }
H1.HeaderClassName
{
color: #F6BFC3;
}
.AnyTagClassName
{
color: #F6BFC3;
}
</style>
background-color css
<style>
a { background-color: #F6BFC3; }
a { background-color: rgb(246,191,195); }
div.DivClassName
{
background-color: #F6BFC3;
}
.BgClassName
{
background-color: #F6BFC3;
}
</style>
border-color css
<style>
span { border-color: #F6BFC3; }
span { border-color: rgb(246,191,195); }
td.TdClassName
{
border-color: #F6BFC3;
}
.TagClassName
{
border-color: #F6BFC3;
}
</style>