Shades of Azalea #FEBBC0
Tints of Azalea #FEBBC0
RGB
CMYK
RGB Variations
Color information
#FEBBC0 (or 0xFEBBC0) is known color: Azalea. HEX triplet: FE, BB and C0. RGB value is (254,187,192). Sum of RGB (Red+Green+Blue) = 254+187+192=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBC0 is #01443F. Grayscale: #CFCFCF. Windows color (decimal): -83008 or 12631038. OLE color: 12631038.
HSL color Cylindrical-coordinate representation of color #FEBBC0: hue angle of 355.52º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBC0 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 192 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.00 |
| HSL | 355.52º | 0.97% | 0.86% | - |
| HSV(B) | 355.52º | 0.26% | 1% | - |
| XYZ | 68.16 | 60.42 | 57.94 | - |
| YUV | 207.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 192 | 0 | 0.26 | 0.24 | 0.00 | 355.52 | 0.97 | 0.86 |
| Hex | FE | BB | C0 | 0 | 1A | 18 | 0 | 164 | 61 | 56 |
| Octal | 376 | 273 | 300 | 0 | 32 | 30 | 0 | 544 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11000000 | 0 | 11010 | 11000 | 0 | 101100100 | 1100001 | 1010110 |
Color Harmonies of #FEBBC0
Complementary color
Monochromatic Colors of #FEBBC0
Black with #FEBBC0
Text Example
Text Example
White with #FEBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBC0; }
p { color: rgb(254,187,192); }
H1.HeaderClassName
{
color: #FEBBC0;
}
.AnyTagClassName
{
color: #FEBBC0;
}
</style>
background-color css
<style>
a { background-color: #FEBBC0; }
a { background-color: rgb(254,187,192); }
div.DivClassName
{
background-color: #FEBBC0;
}
.BgClassName
{
background-color: #FEBBC0;
}
</style>
border-color css
<style>
span { border-color: #FEBBC0; }
span { border-color: rgb(254,187,192); }
td.TdClassName
{
border-color: #FEBBC0;
}
.TagClassName
{
border-color: #FEBBC0;
}
</style>