Shades of Azalea #FEBFC1
Tints of Azalea #FEBFC1
RGB
CMYK
RGB Variations
Color information
#FEBFC1 (or 0xFEBFC1) is known color: Azalea. HEX triplet: FE, BF and C1. RGB value is (254,191,193). Sum of RGB (Red+Green+Blue) = 254+191+193=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC1 is #01403E. Grayscale: #D2D2D2. Windows color (decimal): -81983 or 12697598. OLE color: 12697598.
HSL color Cylindrical-coordinate representation of color #FEBFC1: hue angle of 358.1º 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 #FEBFC1 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 193 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.00 |
| HSL | 358.1º | 0.97% | 0.87% | - |
| HSV(B) | 358.1º | 0.25% | 1% | - |
| XYZ | 69.13 | 62.18 | 58.81 | - |
| YUV | 210.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 193 | 0 | 0.25 | 0.24 | 0.00 | 358.1 | 0.97 | 0.87 |
| Hex | FE | BF | C1 | 0 | 19 | 18 | 0 | 166 | 61 | 57 |
| Octal | 376 | 277 | 301 | 0 | 31 | 30 | 0 | 546 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11000001 | 0 | 11001 | 11000 | 0 | 101100110 | 1100001 | 1010111 |
Color Harmonies of #FEBFC1
Complementary color
Monochromatic Colors of #FEBFC1
Black with #FEBFC1
Text Example
Text Example
White with #FEBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFC1; }
p { color: rgb(254,191,193); }
H1.HeaderClassName
{
color: #FEBFC1;
}
.AnyTagClassName
{
color: #FEBFC1;
}
</style>
background-color css
<style>
a { background-color: #FEBFC1; }
a { background-color: rgb(254,191,193); }
div.DivClassName
{
background-color: #FEBFC1;
}
.BgClassName
{
background-color: #FEBFC1;
}
</style>
border-color css
<style>
span { border-color: #FEBFC1; }
span { border-color: rgb(254,191,193); }
td.TdClassName
{
border-color: #FEBFC1;
}
.TagClassName
{
border-color: #FEBFC1;
}
</style>