Shades of Beauty Bush #F0C3BC
Tints of Beauty Bush #F0C3BC
RGB
CMYK
RGB Variations
Color information
#F0C3BC (or 0xF0C3BC) is known color: Beauty Bush. HEX triplet: F0, C3 and BC. RGB value is (240,195,188). Sum of RGB (Red+Green+Blue) = 240+195+188=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C3BC is #0F3C43. Grayscale: #CFCFCF. Windows color (decimal): -998468 or 12370928. OLE color: 12370928.
HSL color Cylindrical-coordinate representation of color #F0C3BC: hue angle of 8.08º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C3BC is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 188 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.06 |
| HSL | 8.08º | 0.63% | 0.84% | - |
| HSV(B) | 8.08º | 0.22% | 0.94% | - |
| XYZ | 64.53 | 61.19 | 55.99 | - |
| YUV | 207.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 188 | 0 | 0.19 | 0.22 | 0.06 | 8.08 | 0.63 | 0.84 |
| Hex | F0 | C3 | BC | 0 | 13 | 16 | 6 | 8 | 3F | 54 |
| Octal | 360 | 303 | 274 | 0 | 23 | 26 | 6 | 10 | 77 | 124 |
| Binary | 11110000 | 11000011 | 10111100 | 0 | 10011 | 10110 | 110 | 1000 | 111111 | 1010100 |
Color Harmonies of #F0C3BC
Complementary color
Monochromatic Colors of #F0C3BC
Black with #F0C3BC
Text Example
Text Example
White with #F0C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3BC; }
p { color: rgb(240,195,188); }
H1.HeaderClassName
{
color: #F0C3BC;
}
.AnyTagClassName
{
color: #F0C3BC;
}
</style>
background-color css
<style>
a { background-color: #F0C3BC; }
a { background-color: rgb(240,195,188); }
div.DivClassName
{
background-color: #F0C3BC;
}
.BgClassName
{
background-color: #F0C3BC;
}
</style>
border-color css
<style>
span { border-color: #F0C3BC; }
span { border-color: rgb(240,195,188); }
td.TdClassName
{
border-color: #F0C3BC;
}
.TagClassName
{
border-color: #F0C3BC;
}
</style>