Shades of Azalea #FCBFC6
Tints of Azalea #FCBFC6
RGB
CMYK
RGB Variations
Color information
#FCBFC6 (or 0xFCBFC6) is known color: Azalea. HEX triplet: FC, BF and C6. RGB value is (252,191,198). Sum of RGB (Red+Green+Blue) = 252+191+198=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC6 is #034039. Grayscale: #D2D2D2. Windows color (decimal): -213050 or 13025276. OLE color: 13025276.
HSL color Cylindrical-coordinate representation of color #FCBFC6: hue angle of 353.11º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFC6 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 198 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.01 |
| HSL | 353.11º | 0.91% | 0.87% | - |
| HSV(B) | 353.11º | 0.24% | 0.99% | - |
| XYZ | 68.97 | 62.03 | 61.76 | - |
| YUV | 210.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 198 | 0 | 0.24 | 0.21 | 0.01 | 353.11 | 0.91 | 0.87 |
| Hex | FC | BF | C6 | 0 | 18 | 15 | 1 | 161 | 5B | 57 |
| Octal | 374 | 277 | 306 | 0 | 30 | 25 | 1 | 541 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11000110 | 0 | 11000 | 10101 | 1 | 101100001 | 1011011 | 1010111 |
Color Harmonies of #FCBFC6
Complementary color
Monochromatic Colors of #FCBFC6
Black with #FCBFC6
Text Example
Text Example
White with #FCBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFC6; }
p { color: rgb(252,191,198); }
H1.HeaderClassName
{
color: #FCBFC6;
}
.AnyTagClassName
{
color: #FCBFC6;
}
</style>
background-color css
<style>
a { background-color: #FCBFC6; }
a { background-color: rgb(252,191,198); }
div.DivClassName
{
background-color: #FCBFC6;
}
.BgClassName
{
background-color: #FCBFC6;
}
</style>
border-color css
<style>
span { border-color: #FCBFC6; }
span { border-color: rgb(252,191,198); }
td.TdClassName
{
border-color: #FCBFC6;
}
.TagClassName
{
border-color: #FCBFC6;
}
</style>