Shades of Beauty Bush #F1BFB4
Tints of Beauty Bush #F1BFB4
RGB
CMYK
RGB Variations
Color information
#F1BFB4 (or 0xF1BFB4) is known color: Beauty Bush. HEX triplet: F1, BF and B4. RGB value is (241,191,180). Sum of RGB (Red+Green+Blue) = 241+191+180=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFB4 is #0E404B. Grayscale: #CCCCCC. Windows color (decimal): -933964 or 11845617. OLE color: 11845617.
HSL color Cylindrical-coordinate representation of color #F1BFB4: hue angle of 10.82º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1BFB4 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 180 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.05 |
| HSL | 10.82º | 0.69% | 0.83% | - |
| HSV(B) | 10.82º | 0.25% | 0.95% | - |
| XYZ | 63.14 | 59.26 | 51.29 | - |
| YUV | 204.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 180 | 0 | 0.21 | 0.25 | 0.05 | 10.82 | 0.69 | 0.83 |
| Hex | F1 | BF | B4 | 0 | 15 | 19 | 5 | B | 45 | 53 |
| Octal | 361 | 277 | 264 | 0 | 25 | 31 | 5 | 13 | 105 | 123 |
| Binary | 11110001 | 10111111 | 10110100 | 0 | 10101 | 11001 | 101 | 1011 | 1000101 | 1010011 |
Color Harmonies of #F1BFB4
Complementary color
Monochromatic Colors of #F1BFB4
Black with #F1BFB4
Text Example
Text Example
White with #F1BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFB4; }
p { color: rgb(241,191,180); }
H1.HeaderClassName
{
color: #F1BFB4;
}
.AnyTagClassName
{
color: #F1BFB4;
}
</style>
background-color css
<style>
a { background-color: #F1BFB4; }
a { background-color: rgb(241,191,180); }
div.DivClassName
{
background-color: #F1BFB4;
}
.BgClassName
{
background-color: #F1BFB4;
}
</style>
border-color css
<style>
span { border-color: #F1BFB4; }
span { border-color: rgb(241,191,180); }
td.TdClassName
{
border-color: #F1BFB4;
}
.TagClassName
{
border-color: #F1BFB4;
}
</style>