Shades of Azalea #FBBDC3
Tints of Azalea #FBBDC3
RGB
CMYK
RGB Variations
Color information
#FBBDC3 (or 0xFBBDC3) is known color: Azalea. HEX triplet: FB, BD and C3. RGB value is (251,189,195). Sum of RGB (Red+Green+Blue) = 251+189+195=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC3 is #04423C. Grayscale: #D0D0D0. Windows color (decimal): -279101 or 12828155. OLE color: 12828155.
HSL color Cylindrical-coordinate representation of color #FBBDC3: hue angle of 354.19º 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 #FBBDC3 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 195 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.02 |
| HSL | 354.19º | 0.89% | 0.86% | - |
| HSV(B) | 354.19º | 0.25% | 0.98% | - |
| XYZ | 67.83 | 60.84 | 59.8 | - |
| YUV | 208.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 195 | 0 | 0.25 | 0.22 | 0.02 | 354.19 | 0.89 | 0.86 |
| Hex | FB | BD | C3 | 0 | 19 | 16 | 2 | 162 | 59 | 56 |
| Octal | 373 | 275 | 303 | 0 | 31 | 26 | 2 | 542 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11000011 | 0 | 11001 | 10110 | 10 | 101100010 | 1011001 | 1010110 |
Color Harmonies of #FBBDC3
Complementary color
Monochromatic Colors of #FBBDC3
Black with #FBBDC3
Text Example
Text Example
White with #FBBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDC3; }
p { color: rgb(251,189,195); }
H1.HeaderClassName
{
color: #FBBDC3;
}
.AnyTagClassName
{
color: #FBBDC3;
}
</style>
background-color css
<style>
a { background-color: #FBBDC3; }
a { background-color: rgb(251,189,195); }
div.DivClassName
{
background-color: #FBBDC3;
}
.BgClassName
{
background-color: #FBBDC3;
}
</style>
border-color css
<style>
span { border-color: #FBBDC3; }
span { border-color: rgb(251,189,195); }
td.TdClassName
{
border-color: #FBBDC3;
}
.TagClassName
{
border-color: #FBBDC3;
}
</style>