#F3B9B0

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

Shades of Beauty Bush #F3B9B0

Tints of Beauty Bush #F3B9B0

Color information

#F3B9B0 (or 0xF3B9B0) is unknown color: approx Beauty Bush. HEX triplet: F3, B9 and B0. RGB value is (243,185,176). Sum of RGB (Red+Green+Blue) = 243+185+176=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B9B0 is #0C464F. Grayscale: #C9C9C9. Windows color (decimal): -804432 or 11581939. OLE color: 11581939.

HSL color Cylindrical-coordinate representation of color #F3B9B0: hue angle of 8.06º 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 #F3B9B0 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB243185176-
CMYK00.240.280.05
HSL8.06º73.63%82.16%-
HSV(B)8.06º27.57%95.29%-
XYZ62.1556.8948.78-
YUV201.32113.72157.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 185 (72.66% from 255) = 30.63%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=40.23%
G=30.63%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318517600.240.280.058.0673.6382.16
HexF3B9B00181C584a52
Octal36327126003034510112122
Binary11110011101110011011000001100011100101100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9B0; }

 p { color: rgb(243,185,176); }

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

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

 a { background-color: rgb(243,185,176); }

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

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

 span { border-color: rgb(243,185,176); }

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