Shades of Azalea #FDBEBF
Tints of Azalea #FDBEBF
RGB
CMYK
RGB Variations
Color information
#FDBEBF (or 0xFDBEBF) is known color: Azalea. HEX triplet: FD, BE and BF. RGB value is (253,190,191). Sum of RGB (Red+Green+Blue) = 253+190+191=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEBF is #024140. Grayscale: #D1D1D1. Windows color (decimal): -147777 or 12566269. OLE color: 12566269.
HSL color Cylindrical-coordinate representation of color #FDBEBF: hue angle of 359.05º 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 #FDBEBF is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 191 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.01 |
| HSL | 359.05º | 0.94% | 0.87% | - |
| HSV(B) | 359.05º | 0.25% | 0.99% | - |
| XYZ | 68.33 | 61.47 | 57.55 | - |
| YUV | 208.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 191 | 0 | 0.25 | 0.25 | 0.01 | 359.05 | 0.94 | 0.87 |
| Hex | FD | BE | BF | 0 | 19 | 19 | 1 | 167 | 5E | 57 |
| Octal | 375 | 276 | 277 | 0 | 31 | 31 | 1 | 547 | 136 | 127 |
| Binary | 11111101 | 10111110 | 10111111 | 0 | 11001 | 11001 | 1 | 101100111 | 1011110 | 1010111 |
Color Harmonies of #FDBEBF
Complementary color
Monochromatic Colors of #FDBEBF
Black with #FDBEBF
Text Example
Text Example
White with #FDBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEBF; }
p { color: rgb(253,190,191); }
H1.HeaderClassName
{
color: #FDBEBF;
}
.AnyTagClassName
{
color: #FDBEBF;
}
</style>
background-color css
<style>
a { background-color: #FDBEBF; }
a { background-color: rgb(253,190,191); }
div.DivClassName
{
background-color: #FDBEBF;
}
.BgClassName
{
background-color: #FDBEBF;
}
</style>
border-color css
<style>
span { border-color: #FDBEBF; }
span { border-color: rgb(253,190,191); }
td.TdClassName
{
border-color: #FDBEBF;
}
.TagClassName
{
border-color: #FDBEBF;
}
</style>