Shades of Azalea #FBBDC0
Tints of Azalea #FBBDC0
RGB
CMYK
RGB Variations
Color information
#FBBDC0 (or 0xFBBDC0) is known color: Azalea. HEX triplet: FB, BD and C0. RGB value is (251,189,192). Sum of RGB (Red+Green+Blue) = 251+189+192=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC0 is #04423F. Grayscale: #CFCFCF. Windows color (decimal): -279104 or 12631547. OLE color: 12631547.
HSL color Cylindrical-coordinate representation of color #FBBDC0: hue angle of 357.1º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDC0 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 192 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.02 |
| HSL | 357.1º | 0.89% | 0.86% | - |
| HSV(B) | 357.1º | 0.25% | 0.98% | - |
| XYZ | 67.5 | 60.71 | 58.03 | - |
| YUV | 207.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 192 | 0 | 0.25 | 0.24 | 0.02 | 357.1 | 0.89 | 0.86 |
| Hex | FB | BD | C0 | 0 | 19 | 18 | 2 | 165 | 59 | 56 |
| Octal | 373 | 275 | 300 | 0 | 31 | 30 | 2 | 545 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11000000 | 0 | 11001 | 11000 | 10 | 101100101 | 1011001 | 1010110 |
Color Harmonies of #FBBDC0
Complementary color
Monochromatic Colors of #FBBDC0
Black with #FBBDC0
Text Example
Text Example
White with #FBBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDC0; }
p { color: rgb(251,189,192); }
H1.HeaderClassName
{
color: #FBBDC0;
}
.AnyTagClassName
{
color: #FBBDC0;
}
</style>
background-color css
<style>
a { background-color: #FBBDC0; }
a { background-color: rgb(251,189,192); }
div.DivClassName
{
background-color: #FBBDC0;
}
.BgClassName
{
background-color: #FBBDC0;
}
</style>
border-color css
<style>
span { border-color: #FBBDC0; }
span { border-color: rgb(251,189,192); }
td.TdClassName
{
border-color: #FBBDC0;
}
.TagClassName
{
border-color: #FBBDC0;
}
</style>