#F1B9AC

Color #F1B9AC Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #F1B9AC

Tints of Beauty Bush #F1B9AC

Color information

#F1B9AC (or 0xF1B9AC) is unknown color: approx Beauty Bush. HEX triplet: F1, B9 and AC. RGB value is (241,185,172). Sum of RGB (Red+Green+Blue) = 241+185+172=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B9AC is #0E4653. Grayscale: #C8C8C8. Windows color (decimal): -935508 or 11319793. OLE color: 11319793.

HSL color Cylindrical-coordinate representation of color #F1B9AC: hue angle of 11.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1B9AC is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241185172-
CMYK00.230.290.05
HSL11.3º71.13%80.98%-
HSV(B)11.3º28.63%94.51%-
XYZ61.0756.3846.69-
YUV200.26112.05157.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=40.30%
G=30.94%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118517200.230.290.0511.371.1380.98
HexF1B9AC0171D5b4751
Octal36127125402735513107121
Binary11110001101110011010110001011111101101101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9AC; }

 p { color: rgb(241,185,172); }

 H1.HeaderClassName
 {
   color: #F1B9AC;
 }
 .AnyTagClassName
 {
   color: #F1B9AC;
 }
</style>
background-color css

<style>
 a { background-color: #F1B9AC; }

 a { background-color: rgb(241,185,172); }

 div.DivClassName
 {
   background-color: #F1B9AC;
 }
 .BgClassName
 {
   background-color: #F1B9AC;
 }
</style>
border-color css

<style>
 span { border-color: #F1B9AC; }

 span { border-color: rgb(241,185,172); }

 td.TdClassName
 {
   border-color: #F1B9AC;
 }
 .TagClassName
 {
   border-color: #F1B9AC;
 }
</style>