#F3B6AE

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

Shades of Beauty Bush #F3B6AE

Tints of Beauty Bush #F3B6AE

Color information

#F3B6AE (or 0xF3B6AE) is unknown color: approx Beauty Bush. HEX triplet: F3, B6 and AE. RGB value is (243,182,174). Sum of RGB (Red+Green+Blue) = 243+182+174=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B6AE is #0C4951. Grayscale: #C7C7C7. Windows color (decimal): -805202 or 11450099. OLE color: 11450099.

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

Color convert

RGB243182174-
CMYK00.250.280.05
HSL6.96º74.19%81.76%-
HSV(B)6.96º28.4%95.29%-
XYZ61.3355.5747.54-
YUV199.33113.71159.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.57%
GREEN value IS 182 (71.48% from 255) = 30.38%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=40.57%
G=30.38%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318217400.250.280.056.9674.1981.76
HexF3B6AE0191C574a52
Octal3632662560313457112122
Binary1111001110110110101011100110011110010111110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B6AE; }

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

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

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

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

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

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

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

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