Shades of Azalea #F3BDBE
Tints of Azalea #F3BDBE
RGB
CMYK
RGB Variations
Color information
#F3BDBE (or 0xF3BDBE) is known color: Azalea. HEX triplet: F3, BD and BE. RGB value is (243,189,190). Sum of RGB (Red+Green+Blue) = 243+189+190=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDBE is #0C4241. Grayscale: #CDCDCD. Windows color (decimal): -803394 or 12500467. OLE color: 12500467.
HSL color Cylindrical-coordinate representation of color #F3BDBE: hue angle of 358.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BDBE is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 190 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.05 |
| HSL | 358.89º | 0.69% | 0.85% | - |
| HSV(B) | 358.89º | 0.22% | 0.95% | - |
| XYZ | 64.45 | 59.17 | 56.74 | - |
| YUV | 205.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 190 | 0 | 0.22 | 0.22 | 0.05 | 358.89 | 0.69 | 0.85 |
| Hex | F3 | BD | BE | 0 | 16 | 16 | 5 | 167 | 45 | 55 |
| Octal | 363 | 275 | 276 | 0 | 26 | 26 | 5 | 547 | 105 | 125 |
| Binary | 11110011 | 10111101 | 10111110 | 0 | 10110 | 10110 | 101 | 101100111 | 1000101 | 1010101 |
Color Harmonies of #F3BDBE
Complementary color
Monochromatic Colors of #F3BDBE
Black with #F3BDBE
Text Example
Text Example
White with #F3BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDBE; }
p { color: rgb(243,189,190); }
H1.HeaderClassName
{
color: #F3BDBE;
}
.AnyTagClassName
{
color: #F3BDBE;
}
</style>
background-color css
<style>
a { background-color: #F3BDBE; }
a { background-color: rgb(243,189,190); }
div.DivClassName
{
background-color: #F3BDBE;
}
.BgClassName
{
background-color: #F3BDBE;
}
</style>
border-color css
<style>
span { border-color: #F3BDBE; }
span { border-color: rgb(243,189,190); }
td.TdClassName
{
border-color: #F3BDBE;
}
.TagClassName
{
border-color: #F3BDBE;
}
</style>