Shades of Azalea #FEBFC5
Tints of Azalea #FEBFC5
RGB
CMYK
RGB Variations
Color information
#FEBFC5 (or 0xFEBFC5) is known color: Azalea. HEX triplet: FE, BF and C5. RGB value is (254,191,197). Sum of RGB (Red+Green+Blue) = 254+191+197=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC5 is #01403A. Grayscale: #D2D2D2. Windows color (decimal): -81979 or 12959742. OLE color: 12959742.
HSL color Cylindrical-coordinate representation of color #FEBFC5: hue angle of 354.29º 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 #FEBFC5 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 197 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.00 |
| HSL | 354.29º | 0.97% | 0.87% | - |
| HSV(B) | 354.29º | 0.25% | 1% | - |
| XYZ | 69.58 | 62.36 | 61.19 | - |
| YUV | 210.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 197 | 0 | 0.25 | 0.22 | 0.00 | 354.29 | 0.97 | 0.87 |
| Hex | FE | BF | C5 | 0 | 19 | 16 | 0 | 162 | 61 | 57 |
| Octal | 376 | 277 | 305 | 0 | 31 | 26 | 0 | 542 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11000101 | 0 | 11001 | 10110 | 0 | 101100010 | 1100001 | 1010111 |
Color Harmonies of #FEBFC5
Complementary color
Monochromatic Colors of #FEBFC5
Black with #FEBFC5
Text Example
Text Example
White with #FEBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFC5; }
p { color: rgb(254,191,197); }
H1.HeaderClassName
{
color: #FEBFC5;
}
.AnyTagClassName
{
color: #FEBFC5;
}
</style>
background-color css
<style>
a { background-color: #FEBFC5; }
a { background-color: rgb(254,191,197); }
div.DivClassName
{
background-color: #FEBFC5;
}
.BgClassName
{
background-color: #FEBFC5;
}
</style>
border-color css
<style>
span { border-color: #FEBFC5; }
span { border-color: rgb(254,191,197); }
td.TdClassName
{
border-color: #FEBFC5;
}
.TagClassName
{
border-color: #FEBFC5;
}
</style>