#F3B6B1

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

Shades of Beauty Bush #F3B6B1

Tints of Beauty Bush #F3B6B1

Color information

#F3B6B1 (or 0xF3B6B1) is unknown color: approx Beauty Bush. HEX triplet: F3, B6 and B1. RGB value is (243,182,177). Sum of RGB (Red+Green+Blue) = 243+182+177=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B6B1 is #0C494E. Grayscale: #C7C7C7. Windows color (decimal): -805199 or 11646707. OLE color: 11646707.

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

Color convert

RGB243182177-
CMYK00.250.270.05
HSL4.55º73.33%82.35%-
HSV(B)4.55º27.16%95.29%-
XYZ61.6355.6849.1-
YUV199.67115.21158.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=40.37%
G=30.23%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318217700.250.270.054.5573.3382.35
HexF3B6B10191B554952
Octal3632662610313355111122
Binary1111001110110110101100010110011101110110110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B6B1; }

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

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

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

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

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

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

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

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