Shades of Beauty Bush #F2C1B8
Tints of Beauty Bush #F2C1B8
RGB
CMYK
RGB Variations
Color information
#F2C1B8 (or 0xF2C1B8) is known color: Beauty Bush. HEX triplet: F2, C1 and B8. RGB value is (242,193,184). Sum of RGB (Red+Green+Blue) = 242+193+184=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1B8 is #0D3E47. Grayscale: #CECECE. Windows color (decimal): -867912 or 12108274. OLE color: 12108274.
HSL color Cylindrical-coordinate representation of color #F2C1B8: hue angle of 9.31º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2C1B8 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 184 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.05 |
| HSL | 9.31º | 0.69% | 0.84% | - |
| HSV(B) | 9.31º | 0.24% | 0.95% | - |
| XYZ | 64.34 | 60.48 | 53.63 | - |
| YUV | 206.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 184 | 0 | 0.20 | 0.24 | 0.05 | 9.31 | 0.69 | 0.84 |
| Hex | F2 | C1 | B8 | 0 | 14 | 18 | 5 | 9 | 45 | 54 |
| Octal | 362 | 301 | 270 | 0 | 24 | 30 | 5 | 11 | 105 | 124 |
| Binary | 11110010 | 11000001 | 10111000 | 0 | 10100 | 11000 | 101 | 1001 | 1000101 | 1010100 |
Color Harmonies of #F2C1B8
Complementary color
Monochromatic Colors of #F2C1B8
Black with #F2C1B8
Text Example
Text Example
White with #F2C1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C1B8; }
p { color: rgb(242,193,184); }
H1.HeaderClassName
{
color: #F2C1B8;
}
.AnyTagClassName
{
color: #F2C1B8;
}
</style>
background-color css
<style>
a { background-color: #F2C1B8; }
a { background-color: rgb(242,193,184); }
div.DivClassName
{
background-color: #F2C1B8;
}
.BgClassName
{
background-color: #F2C1B8;
}
</style>
border-color css
<style>
span { border-color: #F2C1B8; }
span { border-color: rgb(242,193,184); }
td.TdClassName
{
border-color: #F2C1B8;
}
.TagClassName
{
border-color: #F2C1B8;
}
</style>