#F3B9AE

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

Shades of Beauty Bush #F3B9AE

Tints of Beauty Bush #F3B9AE

Color information

#F3B9AE (or 0xF3B9AE) is unknown color: approx Beauty Bush. HEX triplet: F3, B9 and AE. RGB value is (243,185,174). Sum of RGB (Red+Green+Blue) = 243+185+174=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B9AE is #0C4651. Grayscale: #C9C9C9. Windows color (decimal): -804434 or 11450867. OLE color: 11450867.

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

Color convert

RGB243185174-
CMYK00.240.280.05
HSL9.57º74.19%81.76%-
HSV(B)9.57º28.4%95.29%-
XYZ61.9556.8147.74-
YUV201.09112.72157.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 185 (72.66% from 255) = 30.73%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=40.37%
G=30.73%
B=28.90%

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
Decimal24318517400.240.280.059.5774.1981.76
HexF3B9AE0181C5a4a52
Octal36327125603034512112122
Binary11110011101110011010111001100011100101101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9AE; }

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

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

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

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

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

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

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

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