Shades of Azalea #FCBEC2
Tints of Azalea #FCBEC2
RGB
CMYK
RGB Variations
Color information
#FCBEC2 (or 0xFCBEC2) is known color: Azalea. HEX triplet: FC, BE and C2. RGB value is (252,190,194). Sum of RGB (Red+Green+Blue) = 252+190+194=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC2 is #03413D. Grayscale: #D1D1D1. Windows color (decimal): -213310 or 12762876. OLE color: 12762876.
HSL color Cylindrical-coordinate representation of color #FCBEC2: hue angle of 356.13º 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 #FCBEC2 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 194 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.01 |
| HSL | 356.13º | 0.91% | 0.87% | - |
| HSV(B) | 356.13º | 0.25% | 0.99% | - |
| XYZ | 68.3 | 61.42 | 59.29 | - |
| YUV | 208.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 194 | 0 | 0.25 | 0.23 | 0.01 | 356.13 | 0.91 | 0.87 |
| Hex | FC | BE | C2 | 0 | 19 | 17 | 1 | 164 | 5B | 57 |
| Octal | 374 | 276 | 302 | 0 | 31 | 27 | 1 | 544 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11000010 | 0 | 11001 | 10111 | 1 | 101100100 | 1011011 | 1010111 |
Color Harmonies of #FCBEC2
Complementary color
Monochromatic Colors of #FCBEC2
Black with #FCBEC2
Text Example
Text Example
White with #FCBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEC2; }
p { color: rgb(252,190,194); }
H1.HeaderClassName
{
color: #FCBEC2;
}
.AnyTagClassName
{
color: #FCBEC2;
}
</style>
background-color css
<style>
a { background-color: #FCBEC2; }
a { background-color: rgb(252,190,194); }
div.DivClassName
{
background-color: #FCBEC2;
}
.BgClassName
{
background-color: #FCBEC2;
}
</style>
border-color css
<style>
span { border-color: #FCBEC2; }
span { border-color: rgb(252,190,194); }
td.TdClassName
{
border-color: #FCBEC2;
}
.TagClassName
{
border-color: #FCBEC2;
}
</style>