Shades of Azalea #FCBCC2
Tints of Azalea #FCBCC2
RGB
CMYK
RGB Variations
Color information
#FCBCC2 (or 0xFCBCC2) is known color: Azalea. HEX triplet: FC, BC and C2. RGB value is (252,188,194). Sum of RGB (Red+Green+Blue) = 252+188+194=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC2 is #03433D. Grayscale: #CFCFCF. Windows color (decimal): -213822 or 12762364. OLE color: 12762364.
HSL color Cylindrical-coordinate representation of color #FCBCC2: hue angle of 354.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCC2 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 194 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.01 |
| HSL | 354.38º | 0.91% | 0.86% | - |
| HSV(B) | 354.38º | 0.25% | 0.99% | - |
| XYZ | 67.87 | 60.56 | 59.15 | - |
| YUV | 207.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 194 | 0 | 0.25 | 0.23 | 0.01 | 354.38 | 0.91 | 0.86 |
| Hex | FC | BC | C2 | 0 | 19 | 17 | 1 | 162 | 5B | 56 |
| Octal | 374 | 274 | 302 | 0 | 31 | 27 | 1 | 542 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11000010 | 0 | 11001 | 10111 | 1 | 101100010 | 1011011 | 1010110 |
Color Harmonies of #FCBCC2
Complementary color
Monochromatic Colors of #FCBCC2
Black with #FCBCC2
Text Example
Text Example
White with #FCBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCC2; }
p { color: rgb(252,188,194); }
H1.HeaderClassName
{
color: #FCBCC2;
}
.AnyTagClassName
{
color: #FCBCC2;
}
</style>
background-color css
<style>
a { background-color: #FCBCC2; }
a { background-color: rgb(252,188,194); }
div.DivClassName
{
background-color: #FCBCC2;
}
.BgClassName
{
background-color: #FCBCC2;
}
</style>
border-color css
<style>
span { border-color: #FCBCC2; }
span { border-color: rgb(252,188,194); }
td.TdClassName
{
border-color: #FCBCC2;
}
.TagClassName
{
border-color: #FCBCC2;
}
</style>