Shades of Azalea #FBBEC5
Tints of Azalea #FBBEC5
RGB
CMYK
RGB Variations
Color information
#FBBEC5 (or 0xFBBEC5) is known color: Azalea. HEX triplet: FB, BE and C5. RGB value is (251,190,197). Sum of RGB (Red+Green+Blue) = 251+190+197=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEC5 is #04413A. Grayscale: #D1D1D1. Windows color (decimal): -278843 or 12959483. OLE color: 12959483.
HSL color Cylindrical-coordinate representation of color #FBBEC5: hue angle of 353.11º 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 #FBBEC5 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 197 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.02 |
| HSL | 353.11º | 0.88% | 0.86% | - |
| HSV(B) | 353.11º | 0.24% | 0.98% | - |
| XYZ | 68.28 | 61.37 | 61.07 | - |
| YUV | 209.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 197 | 0 | 0.24 | 0.22 | 0.02 | 353.11 | 0.88 | 0.86 |
| Hex | FB | BE | C5 | 0 | 18 | 16 | 2 | 161 | 58 | 56 |
| Octal | 373 | 276 | 305 | 0 | 30 | 26 | 2 | 541 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11000101 | 0 | 11000 | 10110 | 10 | 101100001 | 1011000 | 1010110 |
Color Harmonies of #FBBEC5
Complementary color
Monochromatic Colors of #FBBEC5
Black with #FBBEC5
Text Example
Text Example
White with #FBBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEC5; }
p { color: rgb(251,190,197); }
H1.HeaderClassName
{
color: #FBBEC5;
}
.AnyTagClassName
{
color: #FBBEC5;
}
</style>
background-color css
<style>
a { background-color: #FBBEC5; }
a { background-color: rgb(251,190,197); }
div.DivClassName
{
background-color: #FBBEC5;
}
.BgClassName
{
background-color: #FBBEC5;
}
</style>
border-color css
<style>
span { border-color: #FBBEC5; }
span { border-color: rgb(251,190,197); }
td.TdClassName
{
border-color: #FBBEC5;
}
.TagClassName
{
border-color: #FBBEC5;
}
</style>