Shades of Beauty Bush #F0C3BD
Tints of Beauty Bush #F0C3BD
RGB
CMYK
RGB Variations
Color information
#F0C3BD (or 0xF0C3BD) is known color: Beauty Bush. HEX triplet: F0, C3 and BD. RGB value is (240,195,189). Sum of RGB (Red+Green+Blue) = 240+195+189=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C3BD is #0F3C42. Grayscale: #CFCFCF. Windows color (decimal): -998467 or 12436464. OLE color: 12436464.
HSL color Cylindrical-coordinate representation of color #F0C3BD: hue angle of 7.06º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C3BD is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 189 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.06 |
| HSL | 7.06º | 0.63% | 0.84% | - |
| HSV(B) | 7.06º | 0.21% | 0.94% | - |
| XYZ | 64.64 | 61.23 | 56.56 | - |
| YUV | 207.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 189 | 0 | 0.19 | 0.21 | 0.06 | 7.06 | 0.63 | 0.84 |
| Hex | F0 | C3 | BD | 0 | 13 | 15 | 6 | 7 | 3F | 54 |
| Octal | 360 | 303 | 275 | 0 | 23 | 25 | 6 | 7 | 77 | 124 |
| Binary | 11110000 | 11000011 | 10111101 | 0 | 10011 | 10101 | 110 | 111 | 111111 | 1010100 |
Color Harmonies of #F0C3BD
Complementary color
Monochromatic Colors of #F0C3BD
Black with #F0C3BD
Text Example
Text Example
White with #F0C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3BD; }
p { color: rgb(240,195,189); }
H1.HeaderClassName
{
color: #F0C3BD;
}
.AnyTagClassName
{
color: #F0C3BD;
}
</style>
background-color css
<style>
a { background-color: #F0C3BD; }
a { background-color: rgb(240,195,189); }
div.DivClassName
{
background-color: #F0C3BD;
}
.BgClassName
{
background-color: #F0C3BD;
}
</style>
border-color css
<style>
span { border-color: #F0C3BD; }
span { border-color: rgb(240,195,189); }
td.TdClassName
{
border-color: #F0C3BD;
}
.TagClassName
{
border-color: #F0C3BD;
}
</style>