Shades of Azalea #FDBBBC
Tints of Azalea #FDBBBC
RGB
CMYK
RGB Variations
Color information
#FDBBBC (or 0xFDBBBC) is known color: Azalea. HEX triplet: FD, BB and BC. RGB value is (253,187,188). Sum of RGB (Red+Green+Blue) = 253+187+188=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBBC is #024443. Grayscale: #CECECE. Windows color (decimal): -148548 or 12368893. OLE color: 12368893.
HSL color Cylindrical-coordinate representation of color #FDBBBC: hue angle of 359.09º 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 #FDBBBC is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 188 | - |
CMYK | 0 | 0.26 | 0.26 | 0.01 |
HSL | 359.09º | 0.94% | 0.86% | - |
HSV(B) | 359.09º | 0.26% | 0.99% | - |
XYZ | 67.36 | 60.05 | 55.62 | - |
YUV | 206.85 | 117.37 | 160.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 188 | 0 | 0.26 | 0.26 | 0.01 | 359.09 | 0.94 | 0.86 |
Hex | FD | BB | BC | 0 | 1A | 1A | 1 | 167 | 5E | 56 |
Octal | 375 | 273 | 274 | 0 | 32 | 32 | 1 | 547 | 136 | 126 |
Binary | 11111101 | 10111011 | 10111100 | 0 | 11010 | 11010 | 1 | 101100111 | 1011110 | 1010110 |
Color Harmonies of #FDBBBC
Complementary color
Monochromatic Colors of #FDBBBC
Black with #FDBBBC
Text Example
Text Example
White with #FDBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBBC; }
p { color: rgb(253,187,188); }
H1.HeaderClassName
{
color: #FDBBBC;
}
.AnyTagClassName
{
color: #FDBBBC;
}
</style>
background-color css
<style>
a { background-color: #FDBBBC; }
a { background-color: rgb(253,187,188); }
div.DivClassName
{
background-color: #FDBBBC;
}
.BgClassName
{
background-color: #FDBBBC;
}
</style>
border-color css
<style>
span { border-color: #FDBBBC; }
span { border-color: rgb(253,187,188); }
td.TdClassName
{
border-color: #FDBBBC;
}
.TagClassName
{
border-color: #FDBBBC;
}
</style>