Shades of Azalea #FBC9CB
Tints of Azalea #FBC9CB
RGB
CMYK
RGB Variations
Color information
#FBC9CB (or 0xFBC9CB) is known color: Azalea. HEX triplet: FB, C9 and CB. RGB value is (251,201,203). Sum of RGB (Red+Green+Blue) = 251+201+203=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9CB is #043634. Grayscale: #D8D8D8. Windows color (decimal): -276021 or 13355515. OLE color: 13355515.
HSL color Cylindrical-coordinate representation of color #FBC9CB: hue angle of 357.6º 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 #FBC9CB is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 203 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.02 |
| HSL | 357.6º | 0.86% | 0.89% | - |
| HSV(B) | 357.6º | 0.2% | 0.98% | - |
| XYZ | 71.45 | 66.59 | 65.59 | - |
| YUV | 216.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 203 | 0 | 0.20 | 0.19 | 0.02 | 357.6 | 0.86 | 0.89 |
| Hex | FB | C9 | CB | 0 | 14 | 13 | 2 | 166 | 56 | 59 |
| Octal | 373 | 311 | 313 | 0 | 24 | 23 | 2 | 546 | 126 | 131 |
| Binary | 11111011 | 11001001 | 11001011 | 0 | 10100 | 10011 | 10 | 101100110 | 1010110 | 1011001 |
Color Harmonies of #FBC9CB
Complementary color
Monochromatic Colors of #FBC9CB
Black with #FBC9CB
Text Example
Text Example
White with #FBC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9CB; }
p { color: rgb(251,201,203); }
H1.HeaderClassName
{
color: #FBC9CB;
}
.AnyTagClassName
{
color: #FBC9CB;
}
</style>
background-color css
<style>
a { background-color: #FBC9CB; }
a { background-color: rgb(251,201,203); }
div.DivClassName
{
background-color: #FBC9CB;
}
.BgClassName
{
background-color: #FBC9CB;
}
</style>
border-color css
<style>
span { border-color: #FBC9CB; }
span { border-color: rgb(251,201,203); }
td.TdClassName
{
border-color: #FBC9CB;
}
.TagClassName
{
border-color: #FBC9CB;
}
</style>