Shades of Azalea #FEBFC0
Tints of Azalea #FEBFC0
RGB
CMYK
RGB Variations
Color information
#FEBFC0 (or 0xFEBFC0) is known color: Azalea. HEX triplet: FE, BF and C0. RGB value is (254,191,192). Sum of RGB (Red+Green+Blue) = 254+191+192=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC0 is #01403F. Grayscale: #D2D2D2. Windows color (decimal): -81984 or 12632062. OLE color: 12632062.
HSL color Cylindrical-coordinate representation of color #FEBFC0: hue angle of 359.05º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBFC0 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 192 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.00 |
| HSL | 359.05º | 0.97% | 0.87% | - |
| HSV(B) | 359.05º | 0.25% | 1% | - |
| XYZ | 69.02 | 62.14 | 58.23 | - |
| YUV | 209.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 192 | 0 | 0.25 | 0.24 | 0.00 | 359.05 | 0.97 | 0.87 |
| Hex | FE | BF | C0 | 0 | 19 | 18 | 0 | 167 | 61 | 57 |
| Octal | 376 | 277 | 300 | 0 | 31 | 30 | 0 | 547 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11000000 | 0 | 11001 | 11000 | 0 | 101100111 | 1100001 | 1010111 |
Color Harmonies of #FEBFC0
Complementary color
Monochromatic Colors of #FEBFC0
Black with #FEBFC0
Text Example
Text Example
White with #FEBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFC0; }
p { color: rgb(254,191,192); }
H1.HeaderClassName
{
color: #FEBFC0;
}
.AnyTagClassName
{
color: #FEBFC0;
}
</style>
background-color css
<style>
a { background-color: #FEBFC0; }
a { background-color: rgb(254,191,192); }
div.DivClassName
{
background-color: #FEBFC0;
}
.BgClassName
{
background-color: #FEBFC0;
}
</style>
border-color css
<style>
span { border-color: #FEBFC0; }
span { border-color: rgb(254,191,192); }
td.TdClassName
{
border-color: #FEBFC0;
}
.TagClassName
{
border-color: #FEBFC0;
}
</style>