Shades of Azalea #FDBBBE
Tints of Azalea #FDBBBE
RGB
CMYK
RGB Variations
Color information
#FDBBBE (or 0xFDBBBE) is known color: Azalea. HEX triplet: FD, BB and BE. RGB value is (253,187,190). Sum of RGB (Red+Green+Blue) = 253+187+190=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBBE is #024441. Grayscale: #CFCFCF. Windows color (decimal): -148546 or 12499965. OLE color: 12499965.
HSL color Cylindrical-coordinate representation of color #FDBBBE: hue angle of 357.27º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBBBE is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 190 | - |
CMYK | 0 | 0.26 | 0.25 | 0.01 |
HSL | 357.27º | 0.94% | 0.86% | - |
HSV(B) | 357.27º | 0.26% | 0.99% | - |
XYZ | 67.57 | 60.14 | 56.76 | - |
YUV | 207.08 | 118.37 | 160.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 190 | 0 | 0.26 | 0.25 | 0.01 | 357.27 | 0.94 | 0.86 |
Hex | FD | BB | BE | 0 | 1A | 19 | 1 | 165 | 5E | 56 |
Octal | 375 | 273 | 276 | 0 | 32 | 31 | 1 | 545 | 136 | 126 |
Binary | 11111101 | 10111011 | 10111110 | 0 | 11010 | 11001 | 1 | 101100101 | 1011110 | 1010110 |
Color Harmonies of #FDBBBE
Complementary color
Monochromatic Colors of #FDBBBE
Black with #FDBBBE
Text Example
Text Example
White with #FDBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBBE; }
p { color: rgb(253,187,190); }
H1.HeaderClassName
{
color: #FDBBBE;
}
.AnyTagClassName
{
color: #FDBBBE;
}
</style>
background-color css
<style>
a { background-color: #FDBBBE; }
a { background-color: rgb(253,187,190); }
div.DivClassName
{
background-color: #FDBBBE;
}
.BgClassName
{
background-color: #FDBBBE;
}
</style>
border-color css
<style>
span { border-color: #FDBBBE; }
span { border-color: rgb(253,187,190); }
td.TdClassName
{
border-color: #FDBBBE;
}
.TagClassName
{
border-color: #FDBBBE;
}
</style>