Shades of Azalea #FCBFC4
Tints of Azalea #FCBFC4
RGB
CMYK
RGB Variations
Color information
#FCBFC4 (or 0xFCBFC4) is known color: Azalea. HEX triplet: FC, BF and C4. RGB value is (252,191,196). Sum of RGB (Red+Green+Blue) = 252+191+196=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC4 is #03403B. Grayscale: #D1D1D1. Windows color (decimal): -213052 or 12894204. OLE color: 12894204.
HSL color Cylindrical-coordinate representation of color #FCBFC4: hue angle of 355.08º 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 #FCBFC4 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 196 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.01 |
| HSL | 355.08º | 0.91% | 0.87% | - |
| HSV(B) | 355.08º | 0.24% | 0.99% | - |
| XYZ | 68.74 | 61.94 | 60.56 | - |
| YUV | 209.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 196 | 0 | 0.24 | 0.22 | 0.01 | 355.08 | 0.91 | 0.87 |
| Hex | FC | BF | C4 | 0 | 18 | 16 | 1 | 163 | 5B | 57 |
| Octal | 374 | 277 | 304 | 0 | 30 | 26 | 1 | 543 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11000100 | 0 | 11000 | 10110 | 1 | 101100011 | 1011011 | 1010111 |
Color Harmonies of #FCBFC4
Complementary color
Monochromatic Colors of #FCBFC4
Black with #FCBFC4
Text Example
Text Example
White with #FCBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFC4; }
p { color: rgb(252,191,196); }
H1.HeaderClassName
{
color: #FCBFC4;
}
.AnyTagClassName
{
color: #FCBFC4;
}
</style>
background-color css
<style>
a { background-color: #FCBFC4; }
a { background-color: rgb(252,191,196); }
div.DivClassName
{
background-color: #FCBFC4;
}
.BgClassName
{
background-color: #FCBFC4;
}
</style>
border-color css
<style>
span { border-color: #FCBFC4; }
span { border-color: rgb(252,191,196); }
td.TdClassName
{
border-color: #FCBFC4;
}
.TagClassName
{
border-color: #FCBFC4;
}
</style>