Shades of Azalea #FBCBCC
Tints of Azalea #FBCBCC
RGB
CMYK
RGB Variations
Color information
#FBCBCC (or 0xFBCBCC) is known color: Azalea. HEX triplet: FB, CB and CC. RGB value is (251,203,204). Sum of RGB (Red+Green+Blue) = 251+203+204=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBCC is #043433. Grayscale: #D9D9D9. Windows color (decimal): -275508 or 13421563. OLE color: 13421563.
HSL color Cylindrical-coordinate representation of color #FBCBCC: hue angle of 358.75º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCBCC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 204 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.02 |
| HSL | 358.75º | 0.86% | 0.89% | - |
| HSV(B) | 358.75º | 0.19% | 0.98% | - |
| XYZ | 72.04 | 67.58 | 66.37 | - |
| YUV | 217.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 204 | 0 | 0.19 | 0.19 | 0.02 | 358.75 | 0.86 | 0.89 |
| Hex | FB | CB | CC | 0 | 13 | 13 | 2 | 167 | 56 | 59 |
| Octal | 373 | 313 | 314 | 0 | 23 | 23 | 2 | 547 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11001100 | 0 | 10011 | 10011 | 10 | 101100111 | 1010110 | 1011001 |
Color Harmonies of #FBCBCC
Complementary color
Monochromatic Colors of #FBCBCC
Black with #FBCBCC
Text Example
Text Example
White with #FBCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBCC; }
p { color: rgb(251,203,204); }
H1.HeaderClassName
{
color: #FBCBCC;
}
.AnyTagClassName
{
color: #FBCBCC;
}
</style>
background-color css
<style>
a { background-color: #FBCBCC; }
a { background-color: rgb(251,203,204); }
div.DivClassName
{
background-color: #FBCBCC;
}
.BgClassName
{
background-color: #FBCBCC;
}
</style>
border-color css
<style>
span { border-color: #FBCBCC; }
span { border-color: rgb(251,203,204); }
td.TdClassName
{
border-color: #FBCBCC;
}
.TagClassName
{
border-color: #FBCBCC;
}
</style>