Shades of Beauty Bush #F5BEB4
Tints of Beauty Bush #F5BEB4
RGB
CMYK
RGB Variations
Color information
#F5BEB4 (or 0xF5BEB4) is known color: Beauty Bush. HEX triplet: F5, BE and B4. RGB value is (245,190,180). Sum of RGB (Red+Green+Blue) = 245+190+180=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEB4 is #0A414B. Grayscale: #CDCDCD. Windows color (decimal): -672076 or 11845365. OLE color: 11845365.
HSL color Cylindrical-coordinate representation of color #F5BEB4: hue angle of 9.23º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5BEB4 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 180 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.04 |
| HSL | 9.23º | 0.76% | 0.83% | - |
| HSV(B) | 9.23º | 0.27% | 0.96% | - |
| XYZ | 64.31 | 59.53 | 51.28 | - |
| YUV | 205.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 180 | 0 | 0.22 | 0.27 | 0.04 | 9.23 | 0.76 | 0.83 |
| Hex | F5 | BE | B4 | 0 | 16 | 1B | 4 | 9 | 4C | 53 |
| Octal | 365 | 276 | 264 | 0 | 26 | 33 | 4 | 11 | 114 | 123 |
| Binary | 11110101 | 10111110 | 10110100 | 0 | 10110 | 11011 | 100 | 1001 | 1001100 | 1010011 |
Color Harmonies of #F5BEB4
Complementary color
Monochromatic Colors of #F5BEB4
Black with #F5BEB4
Text Example
Text Example
White with #F5BEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BEB4; }
p { color: rgb(245,190,180); }
H1.HeaderClassName
{
color: #F5BEB4;
}
.AnyTagClassName
{
color: #F5BEB4;
}
</style>
background-color css
<style>
a { background-color: #F5BEB4; }
a { background-color: rgb(245,190,180); }
div.DivClassName
{
background-color: #F5BEB4;
}
.BgClassName
{
background-color: #F5BEB4;
}
</style>
border-color css
<style>
span { border-color: #F5BEB4; }
span { border-color: rgb(245,190,180); }
td.TdClassName
{
border-color: #F5BEB4;
}
.TagClassName
{
border-color: #F5BEB4;
}
</style>