#F3B9B1

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

Shades of Beauty Bush #F3B9B1

Tints of Beauty Bush #F3B9B1

Color information

#F3B9B1 (or 0xF3B9B1) is unknown color: approx Beauty Bush. HEX triplet: F3, B9 and B1. RGB value is (243,185,177). Sum of RGB (Red+Green+Blue) = 243+185+177=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B9B1 is #0C464E. Grayscale: #C9C9C9. Windows color (decimal): -804431 or 11647475. OLE color: 11647475.

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

Color convert

RGB243185177-
CMYK00.240.270.05
HSL7.27º73.33%82.35%-
HSV(B)7.27º27.16%95.29%-
XYZ62.2556.9349.3-
YUV201.43114.22157.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.17%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=40.17%
G=30.58%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318517700.240.270.057.2773.3382.35
HexF3B9B10181B574952
Octal3632712610303357111122
Binary1111001110111001101100010110001101110111110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9B1; }

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

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

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

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

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

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

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

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