Shades of Beauty Bush #F2C0B4
Tints of Beauty Bush #F2C0B4
RGB
CMYK
RGB Variations
Color information
#F2C0B4 (or 0xF2C0B4) is known color: Beauty Bush. HEX triplet: F2, C0 and B4. RGB value is (242,192,180). Sum of RGB (Red+Green+Blue) = 242+192+180=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0B4 is #0D3F4B. Grayscale: #CDCDCD. Windows color (decimal): -868172 or 11845874. OLE color: 11845874.
HSL color Cylindrical-coordinate representation of color #F2C0B4: hue angle of 11.61º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2C0B4 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 180 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.05 |
| HSL | 11.61º | 0.7% | 0.83% | - |
| HSV(B) | 11.61º | 0.26% | 0.95% | - |
| XYZ | 63.71 | 59.87 | 51.38 | - |
| YUV | 205.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 180 | 0 | 0.21 | 0.26 | 0.05 | 11.61 | 0.7 | 0.83 |
| Hex | F2 | C0 | B4 | 0 | 15 | 1A | 5 | C | 46 | 53 |
| Octal | 362 | 300 | 264 | 0 | 25 | 32 | 5 | 14 | 106 | 123 |
| Binary | 11110010 | 11000000 | 10110100 | 0 | 10101 | 11010 | 101 | 1100 | 1000110 | 1010011 |
Color Harmonies of #F2C0B4
Complementary color
Monochromatic Colors of #F2C0B4
Black with #F2C0B4
Text Example
Text Example
White with #F2C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0B4; }
p { color: rgb(242,192,180); }
H1.HeaderClassName
{
color: #F2C0B4;
}
.AnyTagClassName
{
color: #F2C0B4;
}
</style>
background-color css
<style>
a { background-color: #F2C0B4; }
a { background-color: rgb(242,192,180); }
div.DivClassName
{
background-color: #F2C0B4;
}
.BgClassName
{
background-color: #F2C0B4;
}
</style>
border-color css
<style>
span { border-color: #F2C0B4; }
span { border-color: rgb(242,192,180); }
td.TdClassName
{
border-color: #F2C0B4;
}
.TagClassName
{
border-color: #F2C0B4;
}
</style>