Shades of Azalea #FCBFC1
Tints of Azalea #FCBFC1
RGB
CMYK
RGB Variations
Color information
#FCBFC1 (or 0xFCBFC1) is known color: Azalea. HEX triplet: FC, BF and C1. RGB value is (252,191,193). Sum of RGB (Red+Green+Blue) = 252+191+193=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC1 is #03403E. Grayscale: #D1D1D1. Windows color (decimal): -213055 or 12697596. OLE color: 12697596.
HSL color Cylindrical-coordinate representation of color #FCBFC1: hue angle of 358.03º 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 #FCBFC1 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 193 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.01 |
| HSL | 358.03º | 0.91% | 0.87% | - |
| HSV(B) | 358.03º | 0.24% | 0.99% | - |
| XYZ | 68.4 | 61.81 | 58.78 | - |
| YUV | 209.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 193 | 0 | 0.24 | 0.23 | 0.01 | 358.03 | 0.91 | 0.87 |
| Hex | FC | BF | C1 | 0 | 18 | 17 | 1 | 166 | 5B | 57 |
| Octal | 374 | 277 | 301 | 0 | 30 | 27 | 1 | 546 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11000001 | 0 | 11000 | 10111 | 1 | 101100110 | 1011011 | 1010111 |
Color Harmonies of #FCBFC1
Complementary color
Monochromatic Colors of #FCBFC1
Black with #FCBFC1
Text Example
Text Example
White with #FCBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFC1; }
p { color: rgb(252,191,193); }
H1.HeaderClassName
{
color: #FCBFC1;
}
.AnyTagClassName
{
color: #FCBFC1;
}
</style>
background-color css
<style>
a { background-color: #FCBFC1; }
a { background-color: rgb(252,191,193); }
div.DivClassName
{
background-color: #FCBFC1;
}
.BgClassName
{
background-color: #FCBFC1;
}
</style>
border-color css
<style>
span { border-color: #FCBFC1; }
span { border-color: rgb(252,191,193); }
td.TdClassName
{
border-color: #FCBFC1;
}
.TagClassName
{
border-color: #FCBFC1;
}
</style>