Shades of Azalea #FBBFC3
Tints of Azalea #FBBFC3
RGB
CMYK
RGB Variations
Color information
#FBBFC3 (or 0xFBBFC3) is known color: Azalea. HEX triplet: FB, BF and C3. RGB value is (251,191,195). Sum of RGB (Red+Green+Blue) = 251+191+195=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFC3 is #04403C. Grayscale: #D1D1D1. Windows color (decimal): -278589 or 12828667. OLE color: 12828667.
HSL color Cylindrical-coordinate representation of color #FBBFC3: hue angle of 356º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBFC3 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 195 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.02 |
| HSL | 356º | 0.88% | 0.87% | - |
| HSV(B) | 356º | 0.24% | 0.98% | - |
| XYZ | 68.26 | 61.71 | 59.94 | - |
| YUV | 209.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 195 | 0 | 0.24 | 0.22 | 0.02 | 356 | 0.88 | 0.87 |
| Hex | FB | BF | C3 | 0 | 18 | 16 | 2 | 164 | 58 | 57 |
| Octal | 373 | 277 | 303 | 0 | 30 | 26 | 2 | 544 | 130 | 127 |
| Binary | 11111011 | 10111111 | 11000011 | 0 | 11000 | 10110 | 10 | 101100100 | 1011000 | 1010111 |
Color Harmonies of #FBBFC3
Complementary color
Monochromatic Colors of #FBBFC3
Black with #FBBFC3
Text Example
Text Example
White with #FBBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBFC3; }
p { color: rgb(251,191,195); }
H1.HeaderClassName
{
color: #FBBFC3;
}
.AnyTagClassName
{
color: #FBBFC3;
}
</style>
background-color css
<style>
a { background-color: #FBBFC3; }
a { background-color: rgb(251,191,195); }
div.DivClassName
{
background-color: #FBBFC3;
}
.BgClassName
{
background-color: #FBBFC3;
}
</style>
border-color css
<style>
span { border-color: #FBBFC3; }
span { border-color: rgb(251,191,195); }
td.TdClassName
{
border-color: #FBBFC3;
}
.TagClassName
{
border-color: #FBBFC3;
}
</style>