Shades of Beauty Bush #F2C1BD
Tints of Beauty Bush #F2C1BD
RGB
CMYK
RGB Variations
Color information
#F2C1BD (or 0xF2C1BD) is known color: Beauty Bush. HEX triplet: F2, C1 and BD. RGB value is (242,193,189). Sum of RGB (Red+Green+Blue) = 242+193+189=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1BD is #0D3E42. Grayscale: #CFCFCF. Windows color (decimal): -867907 or 12435954. OLE color: 12435954.
HSL color Cylindrical-coordinate representation of color #F2C1BD: hue angle of 4.53º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C1BD is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 193 | 189 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.05 |
| HSL | 4.53º | 0.67% | 0.85% | - |
| HSV(B) | 4.53º | 0.22% | 0.95% | - |
| XYZ | 64.87 | 60.69 | 56.44 | - |
| YUV | 207.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 193 | 189 | 0 | 0.20 | 0.22 | 0.05 | 4.53 | 0.67 | 0.85 |
| Hex | F2 | C1 | BD | 0 | 14 | 16 | 5 | 5 | 43 | 55 |
| Octal | 362 | 301 | 275 | 0 | 24 | 26 | 5 | 5 | 103 | 125 |
| Binary | 11110010 | 11000001 | 10111101 | 0 | 10100 | 10110 | 101 | 101 | 1000011 | 1010101 |
Color Harmonies of #F2C1BD
Complementary color
Monochromatic Colors of #F2C1BD
Black with #F2C1BD
Text Example
Text Example
White with #F2C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C1BD; }
p { color: rgb(242,193,189); }
H1.HeaderClassName
{
color: #F2C1BD;
}
.AnyTagClassName
{
color: #F2C1BD;
}
</style>
background-color css
<style>
a { background-color: #F2C1BD; }
a { background-color: rgb(242,193,189); }
div.DivClassName
{
background-color: #F2C1BD;
}
.BgClassName
{
background-color: #F2C1BD;
}
</style>
border-color css
<style>
span { border-color: #F2C1BD; }
span { border-color: rgb(242,193,189); }
td.TdClassName
{
border-color: #F2C1BD;
}
.TagClassName
{
border-color: #F2C1BD;
}
</style>