Shades of Beauty Bush #F2BDBC
Tints of Beauty Bush #F2BDBC
RGB
CMYK
RGB Variations
Color information
#F2BDBC (or 0xF2BDBC) is known color: Beauty Bush. HEX triplet: F2, BD and BC. RGB value is (242,189,188). Sum of RGB (Red+Green+Blue) = 242+189+188=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDBC is #0D4243. Grayscale: #CCCCCC. Windows color (decimal): -868932 or 12369394. OLE color: 12369394.
HSL color Cylindrical-coordinate representation of color #F2BDBC: hue angle of 1.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDBC is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 188 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.05 |
| HSL | 1.11º | 0.68% | 0.84% | - |
| HSV(B) | 1.11º | 0.22% | 0.95% | - |
| XYZ | 63.89 | 58.9 | 55.58 | - |
| YUV | 204.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 188 | 0 | 0.22 | 0.22 | 0.05 | 1.11 | 0.68 | 0.84 |
| Hex | F2 | BD | BC | 0 | 16 | 16 | 5 | 1 | 44 | 54 |
| Octal | 362 | 275 | 274 | 0 | 26 | 26 | 5 | 1 | 104 | 124 |
| Binary | 11110010 | 10111101 | 10111100 | 0 | 10110 | 10110 | 101 | 1 | 1000100 | 1010100 |
Color Harmonies of #F2BDBC
Complementary color
Monochromatic Colors of #F2BDBC
Black with #F2BDBC
Text Example
Text Example
White with #F2BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDBC; }
p { color: rgb(242,189,188); }
H1.HeaderClassName
{
color: #F2BDBC;
}
.AnyTagClassName
{
color: #F2BDBC;
}
</style>
background-color css
<style>
a { background-color: #F2BDBC; }
a { background-color: rgb(242,189,188); }
div.DivClassName
{
background-color: #F2BDBC;
}
.BgClassName
{
background-color: #F2BDBC;
}
</style>
border-color css
<style>
span { border-color: #F2BDBC; }
span { border-color: rgb(242,189,188); }
td.TdClassName
{
border-color: #F2BDBC;
}
.TagClassName
{
border-color: #F2BDBC;
}
</style>