Shades of Azalea #FBBEC6
Tints of Azalea #FBBEC6
RGB
CMYK
RGB Variations
Color information
#FBBEC6 (or 0xFBBEC6) is known color: Azalea. HEX triplet: FB, BE and C6. RGB value is (251,190,198). Sum of RGB (Red+Green+Blue) = 251+190+198=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEC6 is #044139. Grayscale: #D1D1D1. Windows color (decimal): -278842 or 13025019. OLE color: 13025019.
HSL color Cylindrical-coordinate representation of color #FBBEC6: hue angle of 352.13º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEC6 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 198 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.02 |
| HSL | 352.13º | 0.88% | 0.86% | - |
| HSV(B) | 352.13º | 0.24% | 0.98% | - |
| XYZ | 68.39 | 61.41 | 61.68 | - |
| YUV | 209.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 198 | 0 | 0.24 | 0.21 | 0.02 | 352.13 | 0.88 | 0.86 |
| Hex | FB | BE | C6 | 0 | 18 | 15 | 2 | 160 | 58 | 56 |
| Octal | 373 | 276 | 306 | 0 | 30 | 25 | 2 | 540 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11000110 | 0 | 11000 | 10101 | 10 | 101100000 | 1011000 | 1010110 |
Color Harmonies of #FBBEC6
Complementary color
Monochromatic Colors of #FBBEC6
Black with #FBBEC6
Text Example
Text Example
White with #FBBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEC6; }
p { color: rgb(251,190,198); }
H1.HeaderClassName
{
color: #FBBEC6;
}
.AnyTagClassName
{
color: #FBBEC6;
}
</style>
background-color css
<style>
a { background-color: #FBBEC6; }
a { background-color: rgb(251,190,198); }
div.DivClassName
{
background-color: #FBBEC6;
}
.BgClassName
{
background-color: #FBBEC6;
}
</style>
border-color css
<style>
span { border-color: #FBBEC6; }
span { border-color: rgb(251,190,198); }
td.TdClassName
{
border-color: #FBBEC6;
}
.TagClassName
{
border-color: #FBBEC6;
}
</style>