Shades of Azalea #FBCBCD
Tints of Azalea #FBCBCD
RGB
CMYK
RGB Variations
Color information
#FBCBCD (or 0xFBCBCD) is known color: Azalea. HEX triplet: FB, CB and CD. RGB value is (251,203,205). Sum of RGB (Red+Green+Blue) = 251+203+205=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBCD is #043432. Grayscale: #D9D9D9. Windows color (decimal): -275507 or 13487099. OLE color: 13487099.
HSL color Cylindrical-coordinate representation of color #FBCBCD: hue angle of 357.5º 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 #FBCBCD is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 205 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.02 |
| HSL | 357.5º | 0.86% | 0.89% | - |
| HSV(B) | 357.5º | 0.19% | 0.98% | - |
| XYZ | 72.16 | 67.63 | 67.01 | - |
| YUV | 217.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 205 | 0 | 0.19 | 0.18 | 0.02 | 357.5 | 0.86 | 0.89 |
| Hex | FB | CB | CD | 0 | 13 | 12 | 2 | 166 | 56 | 59 |
| Octal | 373 | 313 | 315 | 0 | 23 | 22 | 2 | 546 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11001101 | 0 | 10011 | 10010 | 10 | 101100110 | 1010110 | 1011001 |
Color Harmonies of #FBCBCD
Complementary color
Monochromatic Colors of #FBCBCD
Black with #FBCBCD
Text Example
Text Example
White with #FBCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBCD; }
p { color: rgb(251,203,205); }
H1.HeaderClassName
{
color: #FBCBCD;
}
.AnyTagClassName
{
color: #FBCBCD;
}
</style>
background-color css
<style>
a { background-color: #FBCBCD; }
a { background-color: rgb(251,203,205); }
div.DivClassName
{
background-color: #FBCBCD;
}
.BgClassName
{
background-color: #FBCBCD;
}
</style>
border-color css
<style>
span { border-color: #FBCBCD; }
span { border-color: rgb(251,203,205); }
td.TdClassName
{
border-color: #FBCBCD;
}
.TagClassName
{
border-color: #FBCBCD;
}
</style>