#F2BAAF

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

Shades of Beauty Bush #F2BAAF

Tints of Beauty Bush #F2BAAF

Color information

#F2BAAF (or 0xF2BAAF) is unknown color: approx Beauty Bush. HEX triplet: F2, BA and AF. RGB value is (242,186,175). Sum of RGB (Red+Green+Blue) = 242+186+175=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAAF is #0D4550. Grayscale: #C9C9C9. Windows color (decimal): -869713 or 11516658. OLE color: 11516658.

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

Color convert

RGB242186175-
CMYK00.230.280.05
HSL9.85º72.04%81.76%-
HSV(B)9.85º27.69%94.9%-
XYZ61.9157.0948.31-
YUV201.49113.05156.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=40.13%
G=30.85%
B=29.02%

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
Decimal24218617500.230.280.059.8572.0481.76
HexF2BAAF0171C5a4852
Octal36227225702734512110122
Binary11110010101110101010111101011111100101101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAAF; }

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

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

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

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

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

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

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

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