Shades of Azalea #FDBFC6
Tints of Azalea #FDBFC6
RGB
CMYK
RGB Variations
Color information
#FDBFC6 (or 0xFDBFC6) is known color: Azalea. HEX triplet: FD, BF and C6. RGB value is (253,191,198). Sum of RGB (Red+Green+Blue) = 253+191+198=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFC6 is #024039. Grayscale: #D2D2D2. Windows color (decimal): -147514 or 13025277. OLE color: 13025277.
HSL color Cylindrical-coordinate representation of color #FDBFC6: hue angle of 353.23º 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 #FDBFC6 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 198 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.01 |
| HSL | 353.23º | 0.94% | 0.87% | - |
| HSV(B) | 353.23º | 0.25% | 0.99% | - |
| XYZ | 69.33 | 62.22 | 61.78 | - |
| YUV | 210.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 198 | 0 | 0.25 | 0.22 | 0.01 | 353.23 | 0.94 | 0.87 |
| Hex | FD | BF | C6 | 0 | 19 | 16 | 1 | 161 | 5E | 57 |
| Octal | 375 | 277 | 306 | 0 | 31 | 26 | 1 | 541 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11000110 | 0 | 11001 | 10110 | 1 | 101100001 | 1011110 | 1010111 |
Color Harmonies of #FDBFC6
Complementary color
Monochromatic Colors of #FDBFC6
Black with #FDBFC6
Text Example
Text Example
White with #FDBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFC6; }
p { color: rgb(253,191,198); }
H1.HeaderClassName
{
color: #FDBFC6;
}
.AnyTagClassName
{
color: #FDBFC6;
}
</style>
background-color css
<style>
a { background-color: #FDBFC6; }
a { background-color: rgb(253,191,198); }
div.DivClassName
{
background-color: #FDBFC6;
}
.BgClassName
{
background-color: #FDBFC6;
}
</style>
border-color css
<style>
span { border-color: #FDBFC6; }
span { border-color: rgb(253,191,198); }
td.TdClassName
{
border-color: #FDBFC6;
}
.TagClassName
{
border-color: #FDBFC6;
}
</style>