Shades of Azalea #FBC9CC
Tints of Azalea #FBC9CC
RGB
CMYK
RGB Variations
Color information
#FBC9CC (or 0xFBC9CC) is known color: Azalea. HEX triplet: FB, C9 and CC. RGB value is (251,201,204). Sum of RGB (Red+Green+Blue) = 251+201+204=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9CC is #043633. Grayscale: #D8D8D8. Windows color (decimal): -276020 or 13421051. OLE color: 13421051.
HSL color Cylindrical-coordinate representation of color #FBC9CC: hue angle of 356.4º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC9CC is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 204 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.02 |
| HSL | 356.4º | 0.86% | 0.89% | - |
| HSV(B) | 356.4º | 0.2% | 0.98% | - |
| XYZ | 71.57 | 66.64 | 66.22 | - |
| YUV | 216.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 204 | 0 | 0.20 | 0.19 | 0.02 | 356.4 | 0.86 | 0.89 |
| Hex | FB | C9 | CC | 0 | 14 | 13 | 2 | 164 | 56 | 59 |
| Octal | 373 | 311 | 314 | 0 | 24 | 23 | 2 | 544 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11001100 | 0 | 10100 | 10011 | 10 | 101100100 | 1010110 | 1011001 |
Color Harmonies of #FBC9CC
Complementary color
Monochromatic Colors of #FBC9CC
Black with #FBC9CC
Text Example
Text Example
White with #FBC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9CC; }
p { color: rgb(251,201,204); }
H1.HeaderClassName
{
color: #FBC9CC;
}
.AnyTagClassName
{
color: #FBC9CC;
}
</style>
background-color css
<style>
a { background-color: #FBC9CC; }
a { background-color: rgb(251,201,204); }
div.DivClassName
{
background-color: #FBC9CC;
}
.BgClassName
{
background-color: #FBC9CC;
}
</style>
border-color css
<style>
span { border-color: #FBC9CC; }
span { border-color: rgb(251,201,204); }
td.TdClassName
{
border-color: #FBC9CC;
}
.TagClassName
{
border-color: #FBC9CC;
}
</style>