Shades of Azalea #F6BEC4
Tints of Azalea #F6BEC4
RGB
CMYK
RGB Variations
Color information
#F6BEC4 (or 0xF6BEC4) is known color: Azalea. HEX triplet: F6, BE and C4. RGB value is (246,190,196). Sum of RGB (Red+Green+Blue) = 246+190+196=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BEC4 is #09413B. Grayscale: #CFCFCF. Windows color (decimal): -606524 or 12893942. OLE color: 12893942.
HSL color Cylindrical-coordinate representation of color #F6BEC4: hue angle of 353.57º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BEC4 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 196 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.04 |
| HSL | 353.57º | 0.76% | 0.85% | - |
| HSV(B) | 353.57º | 0.23% | 0.96% | - |
| XYZ | 66.38 | 60.41 | 60.39 | - |
| YUV | 207.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 196 | 0 | 0.23 | 0.20 | 0.04 | 353.57 | 0.76 | 0.85 |
| Hex | F6 | BE | C4 | 0 | 17 | 14 | 4 | 162 | 4C | 55 |
| Octal | 366 | 276 | 304 | 0 | 27 | 24 | 4 | 542 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11000100 | 0 | 10111 | 10100 | 100 | 101100010 | 1001100 | 1010101 |
Color Harmonies of #F6BEC4
Complementary color
Monochromatic Colors of #F6BEC4
Black with #F6BEC4
Text Example
Text Example
White with #F6BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BEC4; }
p { color: rgb(246,190,196); }
H1.HeaderClassName
{
color: #F6BEC4;
}
.AnyTagClassName
{
color: #F6BEC4;
}
</style>
background-color css
<style>
a { background-color: #F6BEC4; }
a { background-color: rgb(246,190,196); }
div.DivClassName
{
background-color: #F6BEC4;
}
.BgClassName
{
background-color: #F6BEC4;
}
</style>
border-color css
<style>
span { border-color: #F6BEC4; }
span { border-color: rgb(246,190,196); }
td.TdClassName
{
border-color: #F6BEC4;
}
.TagClassName
{
border-color: #F6BEC4;
}
</style>