Shades of Beauty Bush #F1BEB4
Tints of Beauty Bush #F1BEB4
RGB
CMYK
RGB Variations
Color information
#F1BEB4 (or 0xF1BEB4) is known color: Beauty Bush. HEX triplet: F1, BE and B4. RGB value is (241,190,180). Sum of RGB (Red+Green+Blue) = 241+190+180=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEB4 is #0E414B. Grayscale: #CCCCCC. Windows color (decimal): -934220 or 11845361. OLE color: 11845361.
HSL color Cylindrical-coordinate representation of color #F1BEB4: hue angle of 9.84º 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 #F1BEB4 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 180 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.05 |
| HSL | 9.84º | 0.69% | 0.83% | - |
| HSV(B) | 9.84º | 0.25% | 0.95% | - |
| XYZ | 62.93 | 58.82 | 51.22 | - |
| YUV | 204.11 | 114.4 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 180 | 0 | 0.21 | 0.25 | 0.05 | 9.84 | 0.69 | 0.83 |
| Hex | F1 | BE | B4 | 0 | 15 | 19 | 5 | A | 45 | 53 |
| Octal | 361 | 276 | 264 | 0 | 25 | 31 | 5 | 12 | 105 | 123 |
| Binary | 11110001 | 10111110 | 10110100 | 0 | 10101 | 11001 | 101 | 1010 | 1000101 | 1010011 |
Color Harmonies of #F1BEB4
Complementary color
Monochromatic Colors of #F1BEB4
Black with #F1BEB4
Text Example
Text Example
White with #F1BEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEB4; }
p { color: rgb(241,190,180); }
H1.HeaderClassName
{
color: #F1BEB4;
}
.AnyTagClassName
{
color: #F1BEB4;
}
</style>
background-color css
<style>
a { background-color: #F1BEB4; }
a { background-color: rgb(241,190,180); }
div.DivClassName
{
background-color: #F1BEB4;
}
.BgClassName
{
background-color: #F1BEB4;
}
</style>
border-color css
<style>
span { border-color: #F1BEB4; }
span { border-color: rgb(241,190,180); }
td.TdClassName
{
border-color: #F1BEB4;
}
.TagClassName
{
border-color: #F1BEB4;
}
</style>