Shades of Azalea #F6BFC8
Tints of Azalea #F6BFC8
RGB
CMYK
RGB Variations
Color information
#F6BFC8 (or 0xF6BFC8) is known color: Azalea. HEX triplet: F6, BF and C8. RGB value is (246,191,200). Sum of RGB (Red+Green+Blue) = 246+191+200=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFC8 is #094037. Grayscale: #D0D0D0. Windows color (decimal): -606264 or 13156342. OLE color: 13156342.
HSL color Cylindrical-coordinate representation of color #F6BFC8: hue angle of 350.18º 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 #F6BFC8 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 200 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.04 |
| HSL | 350.18º | 0.75% | 0.86% | - |
| HSV(B) | 350.18º | 0.22% | 0.96% | - |
| XYZ | 67.06 | 61.02 | 62.89 | - |
| YUV | 208.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 200 | 0 | 0.22 | 0.19 | 0.04 | 350.18 | 0.75 | 0.86 |
| Hex | F6 | BF | C8 | 0 | 16 | 13 | 4 | 15E | 4B | 56 |
| Octal | 366 | 277 | 310 | 0 | 26 | 23 | 4 | 536 | 113 | 126 |
| Binary | 11110110 | 10111111 | 11001000 | 0 | 10110 | 10011 | 100 | 101011110 | 1001011 | 1010110 |
Color Harmonies of #F6BFC8
Complementary color
Monochromatic Colors of #F6BFC8
Black with #F6BFC8
Text Example
Text Example
White with #F6BFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFC8; }
p { color: rgb(246,191,200); }
H1.HeaderClassName
{
color: #F6BFC8;
}
.AnyTagClassName
{
color: #F6BFC8;
}
</style>
background-color css
<style>
a { background-color: #F6BFC8; }
a { background-color: rgb(246,191,200); }
div.DivClassName
{
background-color: #F6BFC8;
}
.BgClassName
{
background-color: #F6BFC8;
}
</style>
border-color css
<style>
span { border-color: #F6BFC8; }
span { border-color: rgb(246,191,200); }
td.TdClassName
{
border-color: #F6BFC8;
}
.TagClassName
{
border-color: #F6BFC8;
}
</style>