Shades of Azalea #FBC7CB
Tints of Azalea #FBC7CB
RGB
CMYK
RGB Variations
Color information
#FBC7CB (or 0xFBC7CB) is known color: Azalea. HEX triplet: FB, C7 and CB. RGB value is (251,199,203). Sum of RGB (Red+Green+Blue) = 251+199+203=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7CB is #043834. Grayscale: #D7D7D7. Windows color (decimal): -276533 or 13355003. OLE color: 13355003.
HSL color Cylindrical-coordinate representation of color #FBC7CB: hue angle of 355.38º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7CB is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 203 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.02 |
| HSL | 355.38º | 0.87% | 0.88% | - |
| HSV(B) | 355.38º | 0.21% | 0.98% | - |
| XYZ | 70.99 | 65.67 | 65.43 | - |
| YUV | 215 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 203 | 0 | 0.21 | 0.19 | 0.02 | 355.38 | 0.87 | 0.88 |
| Hex | FB | C7 | CB | 0 | 15 | 13 | 2 | 163 | 57 | 58 |
| Octal | 373 | 307 | 313 | 0 | 25 | 23 | 2 | 543 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11001011 | 0 | 10101 | 10011 | 10 | 101100011 | 1010111 | 1011000 |
Color Harmonies of #FBC7CB
Complementary color
Monochromatic Colors of #FBC7CB
Black with #FBC7CB
Text Example
Text Example
White with #FBC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7CB; }
p { color: rgb(251,199,203); }
H1.HeaderClassName
{
color: #FBC7CB;
}
.AnyTagClassName
{
color: #FBC7CB;
}
</style>
background-color css
<style>
a { background-color: #FBC7CB; }
a { background-color: rgb(251,199,203); }
div.DivClassName
{
background-color: #FBC7CB;
}
.BgClassName
{
background-color: #FBC7CB;
}
</style>
border-color css
<style>
span { border-color: #FBC7CB; }
span { border-color: rgb(251,199,203); }
td.TdClassName
{
border-color: #FBC7CB;
}
.TagClassName
{
border-color: #FBC7CB;
}
</style>