#F2BAAE

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

Shades of Beauty Bush #F2BAAE

Tints of Beauty Bush #F2BAAE

Color information

#F2BAAE (or 0xF2BAAE) is unknown color: approx Beauty Bush. HEX triplet: F2, BA and AE. RGB value is (242,186,174). Sum of RGB (Red+Green+Blue) = 242+186+174=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAAE is #0D4551. Grayscale: #C9C9C9. Windows color (decimal): -869714 or 11451122. OLE color: 11451122.

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

Color convert

RGB242186174-
CMYK00.230.280.05
HSL10.59º72.34%81.57%-
HSV(B)10.59º28.1%94.9%-
XYZ61.8257.0547.8-
YUV201.38112.55156.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=40.20%
G=30.90%
B=28.90%

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
Decimal24218617400.230.280.0510.5972.3481.57
HexF2BAAE0171C5b4852
Octal36227225602734513110122
Binary11110010101110101010111001011111100101101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAAE; }

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

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

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

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

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

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

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

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