#F1BAAE

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

Shades of Beauty Bush #F1BAAE

Tints of Beauty Bush #F1BAAE

Color information

#F1BAAE (or 0xF1BAAE) is unknown color: approx Beauty Bush. HEX triplet: F1, BA and AE. RGB value is (241,186,174). Sum of RGB (Red+Green+Blue) = 241+186+174=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BAAE is #0E4551. Grayscale: #C9C9C9. Windows color (decimal): -935250 or 11451121. OLE color: 11451121.

HSL color Cylindrical-coordinate representation of color #F1BAAE: hue angle of 10.75º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1BAAE is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241186174-
CMYK00.230.280.05
HSL10.75º70.53%81.37%-
HSV(B)10.75º27.8%94.51%-
XYZ61.4756.8747.78-
YUV201.08112.72156.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=40.10%
G=30.95%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118617400.230.280.0510.7570.5381.37
HexF1BAAE0171C5b4751
Octal36127225602734513107121
Binary11110001101110101010111001011111100101101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAAE; }

 p { color: rgb(241,186,174); }

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

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

 a { background-color: rgb(241,186,174); }

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

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

 span { border-color: rgb(241,186,174); }

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