Shades of Azalea #FCBEC6
Tints of Azalea #FCBEC6
RGB
CMYK
RGB Variations
Color information
#FCBEC6 (or 0xFCBEC6) is known color: Azalea. HEX triplet: FC, BE and C6. RGB value is (252,190,198). Sum of RGB (Red+Green+Blue) = 252+190+198=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC6 is #034139. Grayscale: #D1D1D1. Windows color (decimal): -213306 or 13025020. OLE color: 13025020.
HSL color Cylindrical-coordinate representation of color #FCBEC6: hue angle of 352.26º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEC6 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 198 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.01 |
| HSL | 352.26º | 0.91% | 0.87% | - |
| HSV(B) | 352.26º | 0.25% | 0.99% | - |
| XYZ | 68.75 | 61.6 | 61.69 | - |
| YUV | 209.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 198 | 0 | 0.25 | 0.21 | 0.01 | 352.26 | 0.91 | 0.87 |
| Hex | FC | BE | C6 | 0 | 19 | 15 | 1 | 160 | 5B | 57 |
| Octal | 374 | 276 | 306 | 0 | 31 | 25 | 1 | 540 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11000110 | 0 | 11001 | 10101 | 1 | 101100000 | 1011011 | 1010111 |
Color Harmonies of #FCBEC6
Complementary color
Monochromatic Colors of #FCBEC6
Black with #FCBEC6
Text Example
Text Example
White with #FCBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEC6; }
p { color: rgb(252,190,198); }
H1.HeaderClassName
{
color: #FCBEC6;
}
.AnyTagClassName
{
color: #FCBEC6;
}
</style>
background-color css
<style>
a { background-color: #FCBEC6; }
a { background-color: rgb(252,190,198); }
div.DivClassName
{
background-color: #FCBEC6;
}
.BgClassName
{
background-color: #FCBEC6;
}
</style>
border-color css
<style>
span { border-color: #FCBEC6; }
span { border-color: rgb(252,190,198); }
td.TdClassName
{
border-color: #FCBEC6;
}
.TagClassName
{
border-color: #FCBEC6;
}
</style>