Shades of Azalea #FBC1C6
Tints of Azalea #FBC1C6
RGB
CMYK
RGB Variations
Color information
#FBC1C6 (or 0xFBC1C6) is known color: Azalea. HEX triplet: FB, C1 and C6. RGB value is (251,193,198). Sum of RGB (Red+Green+Blue) = 251+193+198=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1C6 is #043E39. Grayscale: #D2D2D2. Windows color (decimal): -278074 or 13025787. OLE color: 13025787.
HSL color Cylindrical-coordinate representation of color #FBC1C6: hue angle of 354.83º 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 #FBC1C6 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 198 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.02 |
| HSL | 354.83º | 0.88% | 0.87% | - |
| HSV(B) | 354.83º | 0.23% | 0.98% | - |
| XYZ | 69.05 | 62.73 | 61.89 | - |
| YUV | 210.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 198 | 0 | 0.23 | 0.21 | 0.02 | 354.83 | 0.88 | 0.87 |
| Hex | FB | C1 | C6 | 0 | 17 | 15 | 2 | 163 | 58 | 57 |
| Octal | 373 | 301 | 306 | 0 | 27 | 25 | 2 | 543 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11000110 | 0 | 10111 | 10101 | 10 | 101100011 | 1011000 | 1010111 |
Color Harmonies of #FBC1C6
Complementary color
Monochromatic Colors of #FBC1C6
Black with #FBC1C6
Text Example
Text Example
White with #FBC1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1C6; }
p { color: rgb(251,193,198); }
H1.HeaderClassName
{
color: #FBC1C6;
}
.AnyTagClassName
{
color: #FBC1C6;
}
</style>
background-color css
<style>
a { background-color: #FBC1C6; }
a { background-color: rgb(251,193,198); }
div.DivClassName
{
background-color: #FBC1C6;
}
.BgClassName
{
background-color: #FBC1C6;
}
</style>
border-color css
<style>
span { border-color: #FBC1C6; }
span { border-color: rgb(251,193,198); }
td.TdClassName
{
border-color: #FBC1C6;
}
.TagClassName
{
border-color: #FBC1C6;
}
</style>