Shades of Beauty Bush #F2C0BF
Tints of Beauty Bush #F2C0BF
RGB
CMYK
RGB Variations
Color information
#F2C0BF (or 0xF2C0BF) is known color: Beauty Bush. HEX triplet: F2, C0 and BF. RGB value is (242,192,191). Sum of RGB (Red+Green+Blue) = 242+192+191=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0BF is #0D3F40. Grayscale: #CECECE. Windows color (decimal): -868161 or 12566770. OLE color: 12566770.
HSL color Cylindrical-coordinate representation of color #F2C0BF: hue angle of 1.18º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0BF is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 191 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.05 |
| HSL | 1.18º | 0.66% | 0.85% | - |
| HSV(B) | 1.18º | 0.21% | 0.95% | - |
| XYZ | 64.87 | 60.34 | 57.52 | - |
| YUV | 206.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 191 | 0 | 0.21 | 0.21 | 0.05 | 1.18 | 0.66 | 0.85 |
| Hex | F2 | C0 | BF | 0 | 15 | 15 | 5 | 1 | 42 | 55 |
| Octal | 362 | 300 | 277 | 0 | 25 | 25 | 5 | 1 | 102 | 125 |
| Binary | 11110010 | 11000000 | 10111111 | 0 | 10101 | 10101 | 101 | 1 | 1000010 | 1010101 |
Color Harmonies of #F2C0BF
Complementary color
Monochromatic Colors of #F2C0BF
Black with #F2C0BF
Text Example
Text Example
White with #F2C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0BF; }
p { color: rgb(242,192,191); }
H1.HeaderClassName
{
color: #F2C0BF;
}
.AnyTagClassName
{
color: #F2C0BF;
}
</style>
background-color css
<style>
a { background-color: #F2C0BF; }
a { background-color: rgb(242,192,191); }
div.DivClassName
{
background-color: #F2C0BF;
}
.BgClassName
{
background-color: #F2C0BF;
}
</style>
border-color css
<style>
span { border-color: #F2C0BF; }
span { border-color: rgb(242,192,191); }
td.TdClassName
{
border-color: #F2C0BF;
}
.TagClassName
{
border-color: #F2C0BF;
}
</style>