Shades of Azalea #FBBBC1
Tints of Azalea #FBBBC1
RGB
CMYK
RGB Variations
Color information
#FBBBC1 (or 0xFBBBC1) is known color: Azalea. HEX triplet: FB, BB and C1. RGB value is (251,187,193). Sum of RGB (Red+Green+Blue) = 251+187+193=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC1 is #04443E. Grayscale: #CECECE. Windows color (decimal): -279615 or 12696571. OLE color: 12696571.
HSL color Cylindrical-coordinate representation of color #FBBBC1: hue angle of 354.38º 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 #FBBBC1 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 193 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.02 |
| HSL | 354.38º | 0.89% | 0.86% | - |
| HSV(B) | 354.38º | 0.25% | 0.98% | - |
| XYZ | 67.18 | 59.9 | 58.47 | - |
| YUV | 206.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 193 | 0 | 0.25 | 0.23 | 0.02 | 354.38 | 0.89 | 0.86 |
| Hex | FB | BB | C1 | 0 | 19 | 17 | 2 | 162 | 59 | 56 |
| Octal | 373 | 273 | 301 | 0 | 31 | 27 | 2 | 542 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11000001 | 0 | 11001 | 10111 | 10 | 101100010 | 1011001 | 1010110 |
Color Harmonies of #FBBBC1
Complementary color
Monochromatic Colors of #FBBBC1
Black with #FBBBC1
Text Example
Text Example
White with #FBBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBC1; }
p { color: rgb(251,187,193); }
H1.HeaderClassName
{
color: #FBBBC1;
}
.AnyTagClassName
{
color: #FBBBC1;
}
</style>
background-color css
<style>
a { background-color: #FBBBC1; }
a { background-color: rgb(251,187,193); }
div.DivClassName
{
background-color: #FBBBC1;
}
.BgClassName
{
background-color: #FBBBC1;
}
</style>
border-color css
<style>
span { border-color: #FBBBC1; }
span { border-color: rgb(251,187,193); }
td.TdClassName
{
border-color: #FBBBC1;
}
.TagClassName
{
border-color: #FBBBC1;
}
</style>