Shades of Azalea #FBBDC1
Tints of Azalea #FBBDC1
RGB
CMYK
RGB Variations
Color information
#FBBDC1 (or 0xFBBDC1) is known color: Azalea. HEX triplet: FB, BD and C1. RGB value is (251,189,193). Sum of RGB (Red+Green+Blue) = 251+189+193=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC1 is #04423E. Grayscale: #D0D0D0. Windows color (decimal): -279103 or 12697083. OLE color: 12697083.
HSL color Cylindrical-coordinate representation of color #FBBDC1: hue angle of 356.13º 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 #FBBDC1 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 193 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.02 |
| HSL | 356.13º | 0.89% | 0.86% | - |
| HSV(B) | 356.13º | 0.25% | 0.98% | - |
| XYZ | 67.61 | 60.75 | 58.62 | - |
| YUV | 207.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 193 | 0 | 0.25 | 0.23 | 0.02 | 356.13 | 0.89 | 0.86 |
| Hex | FB | BD | C1 | 0 | 19 | 17 | 2 | 164 | 59 | 56 |
| Octal | 373 | 275 | 301 | 0 | 31 | 27 | 2 | 544 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11000001 | 0 | 11001 | 10111 | 10 | 101100100 | 1011001 | 1010110 |
Color Harmonies of #FBBDC1
Complementary color
Monochromatic Colors of #FBBDC1
Black with #FBBDC1
Text Example
Text Example
White with #FBBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDC1; }
p { color: rgb(251,189,193); }
H1.HeaderClassName
{
color: #FBBDC1;
}
.AnyTagClassName
{
color: #FBBDC1;
}
</style>
background-color css
<style>
a { background-color: #FBBDC1; }
a { background-color: rgb(251,189,193); }
div.DivClassName
{
background-color: #FBBDC1;
}
.BgClassName
{
background-color: #FBBDC1;
}
</style>
border-color css
<style>
span { border-color: #FBBDC1; }
span { border-color: rgb(251,189,193); }
td.TdClassName
{
border-color: #FBBDC1;
}
.TagClassName
{
border-color: #FBBDC1;
}
</style>