Shades of Azalea #FBC2C5
Tints of Azalea #FBC2C5
RGB
CMYK
RGB Variations
Color information
#FBC2C5 (or 0xFBC2C5) is known color: Azalea. HEX triplet: FB, C2 and C5. RGB value is (251,194,197). Sum of RGB (Red+Green+Blue) = 251+194+197=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 194 (76.17% from 255 or 30.22% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2C5 is #043D3A. Grayscale: #D3D3D3. Windows color (decimal): -277819 or 12960507. OLE color: 12960507.
HSL color Cylindrical-coordinate representation of color #FBC2C5: hue angle of 356.84º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC2C5 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 197 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.02 |
| HSL | 356.84º | 0.88% | 0.87% | - |
| HSV(B) | 356.84º | 0.23% | 0.98% | - |
| XYZ | 69.15 | 63.12 | 61.36 | - |
| YUV | 211.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 197 | 0 | 0.23 | 0.22 | 0.02 | 356.84 | 0.88 | 0.87 |
| Hex | FB | C2 | C5 | 0 | 17 | 16 | 2 | 165 | 58 | 57 |
| Octal | 373 | 302 | 305 | 0 | 27 | 26 | 2 | 545 | 130 | 127 |
| Binary | 11111011 | 11000010 | 11000101 | 0 | 10111 | 10110 | 10 | 101100101 | 1011000 | 1010111 |
Color Harmonies of #FBC2C5
Complementary color
Monochromatic Colors of #FBC2C5
Black with #FBC2C5
Text Example
Text Example
White with #FBC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2C5; }
p { color: rgb(251,194,197); }
H1.HeaderClassName
{
color: #FBC2C5;
}
.AnyTagClassName
{
color: #FBC2C5;
}
</style>
background-color css
<style>
a { background-color: #FBC2C5; }
a { background-color: rgb(251,194,197); }
div.DivClassName
{
background-color: #FBC2C5;
}
.BgClassName
{
background-color: #FBC2C5;
}
</style>
border-color css
<style>
span { border-color: #FBC2C5; }
span { border-color: rgb(251,194,197); }
td.TdClassName
{
border-color: #FBC2C5;
}
.TagClassName
{
border-color: #FBC2C5;
}
</style>