#F2BBAE

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

Shades of Beauty Bush #F2BBAE

Tints of Beauty Bush #F2BBAE

Color information

#F2BBAE (or 0xF2BBAE) is unknown color: approx Beauty Bush. HEX triplet: F2, BB and AE. RGB value is (242,187,174). Sum of RGB (Red+Green+Blue) = 242+187+174=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBAE is #0D4451. Grayscale: #CACACA. Windows color (decimal): -869458 or 11451378. OLE color: 11451378.

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

Color convert

RGB242187174-
CMYK00.230.280.05
HSL11.47º72.34%81.57%-
HSV(B)11.47º28.1%94.9%-
XYZ62.0357.4747.87-
YUV201.96112.22156.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=40.13%
G=31.01%
B=28.86%

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
Decimal24218717400.230.280.0511.4772.3481.57
HexF2BBAE0171C5b4852
Octal36227325602734513110122
Binary11110010101110111010111001011111100101101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBAE; }

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

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

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

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

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

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

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

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