Shades of Azalea #FDBFC5
Tints of Azalea #FDBFC5
RGB
CMYK
RGB Variations
Color information
#FDBFC5 (or 0xFDBFC5) is known color: Azalea. HEX triplet: FD, BF and C5. RGB value is (253,191,197). Sum of RGB (Red+Green+Blue) = 253+191+197=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFC5 is #02403A. Grayscale: #D2D2D2. Windows color (decimal): -147515 or 12959741. OLE color: 12959741.
HSL color Cylindrical-coordinate representation of color #FDBFC5: hue angle of 354.19º 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 #FDBFC5 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 197 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.01 |
| HSL | 354.19º | 0.94% | 0.87% | - |
| HSV(B) | 354.19º | 0.25% | 0.99% | - |
| XYZ | 69.22 | 62.18 | 61.18 | - |
| YUV | 210.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 197 | 0 | 0.25 | 0.22 | 0.01 | 354.19 | 0.94 | 0.87 |
| Hex | FD | BF | C5 | 0 | 19 | 16 | 1 | 162 | 5E | 57 |
| Octal | 375 | 277 | 305 | 0 | 31 | 26 | 1 | 542 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11000101 | 0 | 11001 | 10110 | 1 | 101100010 | 1011110 | 1010111 |
Color Harmonies of #FDBFC5
Complementary color
Monochromatic Colors of #FDBFC5
Black with #FDBFC5
Text Example
Text Example
White with #FDBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFC5; }
p { color: rgb(253,191,197); }
H1.HeaderClassName
{
color: #FDBFC5;
}
.AnyTagClassName
{
color: #FDBFC5;
}
</style>
background-color css
<style>
a { background-color: #FDBFC5; }
a { background-color: rgb(253,191,197); }
div.DivClassName
{
background-color: #FDBFC5;
}
.BgClassName
{
background-color: #FDBFC5;
}
</style>
border-color css
<style>
span { border-color: #FDBFC5; }
span { border-color: rgb(253,191,197); }
td.TdClassName
{
border-color: #FDBFC5;
}
.TagClassName
{
border-color: #FDBFC5;
}
</style>