Shades of Azalea #FDBEC1
Tints of Azalea #FDBEC1
RGB
CMYK
RGB Variations
Color information
#FDBEC1 (or 0xFDBEC1) is known color: Azalea. HEX triplet: FD, BE and C1. RGB value is (253,190,193). Sum of RGB (Red+Green+Blue) = 253+190+193=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEC1 is #02413E. Grayscale: #D1D1D1. Windows color (decimal): -147775 or 12697341. OLE color: 12697341.
HSL color Cylindrical-coordinate representation of color #FDBEC1: hue angle of 357.14º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBEC1 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 193 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.01 |
| HSL | 357.14º | 0.94% | 0.87% | - |
| HSV(B) | 357.14º | 0.25% | 0.99% | - |
| XYZ | 68.55 | 61.56 | 58.72 | - |
| YUV | 209.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 193 | 0 | 0.25 | 0.24 | 0.01 | 357.14 | 0.94 | 0.87 |
| Hex | FD | BE | C1 | 0 | 19 | 18 | 1 | 165 | 5E | 57 |
| Octal | 375 | 276 | 301 | 0 | 31 | 30 | 1 | 545 | 136 | 127 |
| Binary | 11111101 | 10111110 | 11000001 | 0 | 11001 | 11000 | 1 | 101100101 | 1011110 | 1010111 |
Color Harmonies of #FDBEC1
Complementary color
Monochromatic Colors of #FDBEC1
Black with #FDBEC1
Text Example
Text Example
White with #FDBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEC1; }
p { color: rgb(253,190,193); }
H1.HeaderClassName
{
color: #FDBEC1;
}
.AnyTagClassName
{
color: #FDBEC1;
}
</style>
background-color css
<style>
a { background-color: #FDBEC1; }
a { background-color: rgb(253,190,193); }
div.DivClassName
{
background-color: #FDBEC1;
}
.BgClassName
{
background-color: #FDBEC1;
}
</style>
border-color css
<style>
span { border-color: #FDBEC1; }
span { border-color: rgb(253,190,193); }
td.TdClassName
{
border-color: #FDBEC1;
}
.TagClassName
{
border-color: #FDBEC1;
}
</style>