Shades of Azalea #FEBCC2
Tints of Azalea #FEBCC2
RGB
CMYK
RGB Variations
Color information
#FEBCC2 (or 0xFEBCC2) is known color: Azalea. HEX triplet: FE, BC and C2. RGB value is (254,188,194). Sum of RGB (Red+Green+Blue) = 254+188+194=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCC2 is #01433D. Grayscale: #D0D0D0. Windows color (decimal): -82750 or 12762366. OLE color: 12762366.
HSL color Cylindrical-coordinate representation of color #FEBCC2: hue angle of 354.55º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCC2 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 194 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.00 |
| HSL | 354.55º | 0.97% | 0.87% | - |
| HSV(B) | 354.55º | 0.26% | 1% | - |
| XYZ | 68.59 | 60.93 | 59.18 | - |
| YUV | 208.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 194 | 0 | 0.26 | 0.24 | 0.00 | 354.55 | 0.97 | 0.87 |
| Hex | FE | BC | C2 | 0 | 1A | 18 | 0 | 163 | 61 | 57 |
| Octal | 376 | 274 | 302 | 0 | 32 | 30 | 0 | 543 | 141 | 127 |
| Binary | 11111110 | 10111100 | 11000010 | 0 | 11010 | 11000 | 0 | 101100011 | 1100001 | 1010111 |
Color Harmonies of #FEBCC2
Complementary color
Monochromatic Colors of #FEBCC2
Black with #FEBCC2
Text Example
Text Example
White with #FEBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCC2; }
p { color: rgb(254,188,194); }
H1.HeaderClassName
{
color: #FEBCC2;
}
.AnyTagClassName
{
color: #FEBCC2;
}
</style>
background-color css
<style>
a { background-color: #FEBCC2; }
a { background-color: rgb(254,188,194); }
div.DivClassName
{
background-color: #FEBCC2;
}
.BgClassName
{
background-color: #FEBCC2;
}
</style>
border-color css
<style>
span { border-color: #FEBCC2; }
span { border-color: rgb(254,188,194); }
td.TdClassName
{
border-color: #FEBCC2;
}
.TagClassName
{
border-color: #FEBCC2;
}
</style>