#F3BAAF

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

Shades of Beauty Bush #F3BAAF

Tints of Beauty Bush #F3BAAF

Color information

#F3BAAF (or 0xF3BAAF) is unknown color: approx Beauty Bush. HEX triplet: F3, BA and AF. RGB value is (243,186,175). Sum of RGB (Red+Green+Blue) = 243+186+175=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BAAF is #0C4550. Grayscale: #C9C9C9. Windows color (decimal): -804177 or 11516659. OLE color: 11516659.

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

Color convert

RGB243186175-
CMYK00.230.280.05
HSL9.71º73.91%81.96%-
HSV(B)9.71º27.98%95.29%-
XYZ62.2657.2748.33-
YUV201.79112.88157.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=40.23%
G=30.79%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318617500.230.280.059.7173.9181.96
HexF3BAAF0171C5a4a52
Octal36327225702734512112122
Binary11110011101110101010111101011111100101101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAAF; }

 p { color: rgb(243,186,175); }

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

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

 a { background-color: rgb(243,186,175); }

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

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

 span { border-color: rgb(243,186,175); }

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