Shades of Azalea #FBBCC2
Tints of Azalea #FBBCC2
RGB
CMYK
RGB Variations
Color information
#FBBCC2 (or 0xFBBCC2) is known color: Azalea. HEX triplet: FB, BC and C2. RGB value is (251,188,194). Sum of RGB (Red+Green+Blue) = 251+188+194=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCC2 is #04433D. Grayscale: #CFCFCF. Windows color (decimal): -279358 or 12762363. OLE color: 12762363.
HSL color Cylindrical-coordinate representation of color #FBBCC2: hue angle of 354.29º 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 #FBBCC2 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 194 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.02 |
| HSL | 354.29º | 0.89% | 0.86% | - |
| HSV(B) | 354.29º | 0.25% | 0.98% | - |
| XYZ | 67.5 | 60.37 | 59.13 | - |
| YUV | 207.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 194 | 0 | 0.25 | 0.23 | 0.02 | 354.29 | 0.89 | 0.86 |
| Hex | FB | BC | C2 | 0 | 19 | 17 | 2 | 162 | 59 | 56 |
| Octal | 373 | 274 | 302 | 0 | 31 | 27 | 2 | 542 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11000010 | 0 | 11001 | 10111 | 10 | 101100010 | 1011001 | 1010110 |
Color Harmonies of #FBBCC2
Complementary color
Monochromatic Colors of #FBBCC2
Black with #FBBCC2
Text Example
Text Example
White with #FBBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCC2; }
p { color: rgb(251,188,194); }
H1.HeaderClassName
{
color: #FBBCC2;
}
.AnyTagClassName
{
color: #FBBCC2;
}
</style>
background-color css
<style>
a { background-color: #FBBCC2; }
a { background-color: rgb(251,188,194); }
div.DivClassName
{
background-color: #FBBCC2;
}
.BgClassName
{
background-color: #FBBCC2;
}
</style>
border-color css
<style>
span { border-color: #FBBCC2; }
span { border-color: rgb(251,188,194); }
td.TdClassName
{
border-color: #FBBCC2;
}
.TagClassName
{
border-color: #FBBCC2;
}
</style>