Shades of Azalea #FBBEC0
Tints of Azalea #FBBEC0
RGB
CMYK
RGB Variations
Color information
#FBBEC0 (or 0xFBBEC0) is known color: Azalea. HEX triplet: FB, BE and C0. RGB value is (251,190,192). Sum of RGB (Red+Green+Blue) = 251+190+192=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEC0 is #04413F. Grayscale: #D0D0D0. Windows color (decimal): -278848 or 12631803. OLE color: 12631803.
HSL color Cylindrical-coordinate representation of color #FBBEC0: hue angle of 358.03º 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 #FBBEC0 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 192 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.02 |
| HSL | 358.03º | 0.88% | 0.86% | - |
| HSV(B) | 358.03º | 0.24% | 0.98% | - |
| XYZ | 67.71 | 61.14 | 58.1 | - |
| YUV | 208.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 192 | 0 | 0.24 | 0.24 | 0.02 | 358.03 | 0.88 | 0.86 |
| Hex | FB | BE | C0 | 0 | 18 | 18 | 2 | 166 | 58 | 56 |
| Octal | 373 | 276 | 300 | 0 | 30 | 30 | 2 | 546 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11000000 | 0 | 11000 | 11000 | 10 | 101100110 | 1011000 | 1010110 |
Color Harmonies of #FBBEC0
Complementary color
Monochromatic Colors of #FBBEC0
Black with #FBBEC0
Text Example
Text Example
White with #FBBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEC0; }
p { color: rgb(251,190,192); }
H1.HeaderClassName
{
color: #FBBEC0;
}
.AnyTagClassName
{
color: #FBBEC0;
}
</style>
background-color css
<style>
a { background-color: #FBBEC0; }
a { background-color: rgb(251,190,192); }
div.DivClassName
{
background-color: #FBBEC0;
}
.BgClassName
{
background-color: #FBBEC0;
}
</style>
border-color css
<style>
span { border-color: #FBBEC0; }
span { border-color: rgb(251,190,192); }
td.TdClassName
{
border-color: #FBBEC0;
}
.TagClassName
{
border-color: #FBBEC0;
}
</style>