Shades of Azalea #FCBCBE
Tints of Azalea #FCBCBE
RGB
CMYK
RGB Variations
Color information
#FCBCBE (or 0xFCBCBE) is known color: Azalea. HEX triplet: FC, BC and BE. RGB value is (252,188,190). Sum of RGB (Red+Green+Blue) = 252+188+190=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCBE is #034341. Grayscale: #CFCFCF. Windows color (decimal): -213826 or 12500220. OLE color: 12500220.
HSL color Cylindrical-coordinate representation of color #FCBCBE: hue angle of 358.12º 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 #FCBCBE is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 190 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.01 |
| HSL | 358.13º | 0.91% | 0.86% | - |
| HSV(B) | 358.13º | 0.25% | 0.99% | - |
| XYZ | 67.42 | 60.38 | 56.82 | - |
| YUV | 207.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 190 | 0 | 0.25 | 0.25 | 0.01 | 358.13 | 0.91 | 0.86 |
| Hex | FC | BC | BE | 0 | 19 | 19 | 1 | 166 | 5B | 56 |
| Octal | 374 | 274 | 276 | 0 | 31 | 31 | 1 | 546 | 133 | 126 |
| Binary | 11111100 | 10111100 | 10111110 | 0 | 11001 | 11001 | 1 | 101100110 | 1011011 | 1010110 |
Color Harmonies of #FCBCBE
Complementary color
Monochromatic Colors of #FCBCBE
Black with #FCBCBE
Text Example
Text Example
White with #FCBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCBE; }
p { color: rgb(252,188,190); }
H1.HeaderClassName
{
color: #FCBCBE;
}
.AnyTagClassName
{
color: #FCBCBE;
}
</style>
background-color css
<style>
a { background-color: #FCBCBE; }
a { background-color: rgb(252,188,190); }
div.DivClassName
{
background-color: #FCBCBE;
}
.BgClassName
{
background-color: #FCBCBE;
}
</style>
border-color css
<style>
span { border-color: #FCBCBE; }
span { border-color: rgb(252,188,190); }
td.TdClassName
{
border-color: #FCBCBE;
}
.TagClassName
{
border-color: #FCBCBE;
}
</style>