Shades of Azalea #FCBFC5
Tints of Azalea #FCBFC5
RGB
CMYK
RGB Variations
Color information
#FCBFC5 (or 0xFCBFC5) is known color: Azalea. HEX triplet: FC, BF and C5. RGB value is (252,191,197). Sum of RGB (Red+Green+Blue) = 252+191+197=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC5 is #03403A. Grayscale: #D1D1D1. Windows color (decimal): -213051 or 12959740. OLE color: 12959740.
HSL color Cylindrical-coordinate representation of color #FCBFC5: hue angle of 354.1º 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 #FCBFC5 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 197 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.01 |
| HSL | 354.1º | 0.91% | 0.87% | - |
| HSV(B) | 354.1º | 0.24% | 0.99% | - |
| XYZ | 68.85 | 61.99 | 61.16 | - |
| YUV | 209.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 197 | 0 | 0.24 | 0.22 | 0.01 | 354.1 | 0.91 | 0.87 |
| Hex | FC | BF | C5 | 0 | 18 | 16 | 1 | 162 | 5B | 57 |
| Octal | 374 | 277 | 305 | 0 | 30 | 26 | 1 | 542 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11000101 | 0 | 11000 | 10110 | 1 | 101100010 | 1011011 | 1010111 |
Color Harmonies of #FCBFC5
Complementary color
Monochromatic Colors of #FCBFC5
Black with #FCBFC5
Text Example
Text Example
White with #FCBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFC5; }
p { color: rgb(252,191,197); }
H1.HeaderClassName
{
color: #FCBFC5;
}
.AnyTagClassName
{
color: #FCBFC5;
}
</style>
background-color css
<style>
a { background-color: #FCBFC5; }
a { background-color: rgb(252,191,197); }
div.DivClassName
{
background-color: #FCBFC5;
}
.BgClassName
{
background-color: #FCBFC5;
}
</style>
border-color css
<style>
span { border-color: #FCBFC5; }
span { border-color: rgb(252,191,197); }
td.TdClassName
{
border-color: #FCBFC5;
}
.TagClassName
{
border-color: #FCBFC5;
}
</style>