Shades of Azalea #FCBFC2
Tints of Azalea #FCBFC2
RGB
CMYK
RGB Variations
Color information
#FCBFC2 (or 0xFCBFC2) is known color: Azalea. HEX triplet: FC, BF and C2. RGB value is (252,191,194). Sum of RGB (Red+Green+Blue) = 252+191+194=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFC2 is #03403D. Grayscale: #D1D1D1. Windows color (decimal): -213054 or 12763132. OLE color: 12763132.
HSL color Cylindrical-coordinate representation of color #FCBFC2: hue angle of 357.05º 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 #FCBFC2 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 194 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.01 |
| HSL | 357.05º | 0.91% | 0.87% | - |
| HSV(B) | 357.05º | 0.24% | 0.99% | - |
| XYZ | 68.51 | 61.85 | 59.37 | - |
| YUV | 209.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 194 | 0 | 0.24 | 0.23 | 0.01 | 357.05 | 0.91 | 0.87 |
| Hex | FC | BF | C2 | 0 | 18 | 17 | 1 | 165 | 5B | 57 |
| Octal | 374 | 277 | 302 | 0 | 30 | 27 | 1 | 545 | 133 | 127 |
| Binary | 11111100 | 10111111 | 11000010 | 0 | 11000 | 10111 | 1 | 101100101 | 1011011 | 1010111 |
Color Harmonies of #FCBFC2
Complementary color
Monochromatic Colors of #FCBFC2
Black with #FCBFC2
Text Example
Text Example
White with #FCBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFC2; }
p { color: rgb(252,191,194); }
H1.HeaderClassName
{
color: #FCBFC2;
}
.AnyTagClassName
{
color: #FCBFC2;
}
</style>
background-color css
<style>
a { background-color: #FCBFC2; }
a { background-color: rgb(252,191,194); }
div.DivClassName
{
background-color: #FCBFC2;
}
.BgClassName
{
background-color: #FCBFC2;
}
</style>
border-color css
<style>
span { border-color: #FCBFC2; }
span { border-color: rgb(252,191,194); }
td.TdClassName
{
border-color: #FCBFC2;
}
.TagClassName
{
border-color: #FCBFC2;
}
</style>