Shades of Azalea #FBBCC1
Tints of Azalea #FBBCC1
RGB
CMYK
RGB Variations
Color information
#FBBCC1 (or 0xFBBCC1) is known color: Azalea. HEX triplet: FB, BC and C1. RGB value is (251,188,193). Sum of RGB (Red+Green+Blue) = 251+188+193=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC1 is #04433E. Grayscale: #CFCFCF. Windows color (decimal): -279359 or 12696827. OLE color: 12696827.
HSL color Cylindrical-coordinate representation of color #FBBCC1: hue angle of 355.24º 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 #FBBCC1 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 193 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.02 |
| HSL | 355.24º | 0.89% | 0.86% | - |
| HSV(B) | 355.24º | 0.25% | 0.98% | - |
| XYZ | 67.39 | 60.33 | 58.54 | - |
| YUV | 207.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 193 | 0 | 0.25 | 0.23 | 0.02 | 355.24 | 0.89 | 0.86 |
| Hex | FB | BC | C1 | 0 | 19 | 17 | 2 | 163 | 59 | 56 |
| Octal | 373 | 274 | 301 | 0 | 31 | 27 | 2 | 543 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11000001 | 0 | 11001 | 10111 | 10 | 101100011 | 1011001 | 1010110 |
Color Harmonies of #FBBCC1
Complementary color
Monochromatic Colors of #FBBCC1
Black with #FBBCC1
Text Example
Text Example
White with #FBBCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCC1; }
p { color: rgb(251,188,193); }
H1.HeaderClassName
{
color: #FBBCC1;
}
.AnyTagClassName
{
color: #FBBCC1;
}
</style>
background-color css
<style>
a { background-color: #FBBCC1; }
a { background-color: rgb(251,188,193); }
div.DivClassName
{
background-color: #FBBCC1;
}
.BgClassName
{
background-color: #FBBCC1;
}
</style>
border-color css
<style>
span { border-color: #FBBCC1; }
span { border-color: rgb(251,188,193); }
td.TdClassName
{
border-color: #FBBCC1;
}
.TagClassName
{
border-color: #FBBCC1;
}
</style>