Shades of Azalea #FBBBC2
Tints of Azalea #FBBBC2
RGB
CMYK
RGB Variations
Color information
#FBBBC2 (or 0xFBBBC2) is known color: Azalea. HEX triplet: FB, BB and C2. RGB value is (251,187,194). Sum of RGB (Red+Green+Blue) = 251+187+194=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBC2 is #04443D. Grayscale: #CECECE. Windows color (decimal): -279614 or 12762107. OLE color: 12762107.
HSL color Cylindrical-coordinate representation of color #FBBBC2: hue angle of 353.44º 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 #FBBBC2 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 194 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.02 |
| HSL | 353.44º | 0.89% | 0.86% | - |
| HSV(B) | 353.44º | 0.25% | 0.98% | - |
| XYZ | 67.29 | 59.94 | 59.06 | - |
| YUV | 206.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 194 | 0 | 0.25 | 0.23 | 0.02 | 353.44 | 0.89 | 0.86 |
| Hex | FB | BB | C2 | 0 | 19 | 17 | 2 | 161 | 59 | 56 |
| Octal | 373 | 273 | 302 | 0 | 31 | 27 | 2 | 541 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11000010 | 0 | 11001 | 10111 | 10 | 101100001 | 1011001 | 1010110 |
Color Harmonies of #FBBBC2
Complementary color
Monochromatic Colors of #FBBBC2
Black with #FBBBC2
Text Example
Text Example
White with #FBBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBC2; }
p { color: rgb(251,187,194); }
H1.HeaderClassName
{
color: #FBBBC2;
}
.AnyTagClassName
{
color: #FBBBC2;
}
</style>
background-color css
<style>
a { background-color: #FBBBC2; }
a { background-color: rgb(251,187,194); }
div.DivClassName
{
background-color: #FBBBC2;
}
.BgClassName
{
background-color: #FBBBC2;
}
</style>
border-color css
<style>
span { border-color: #FBBBC2; }
span { border-color: rgb(251,187,194); }
td.TdClassName
{
border-color: #FBBBC2;
}
.TagClassName
{
border-color: #FBBBC2;
}
</style>