#F1BAAD

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

Shades of Beauty Bush #F1BAAD

Tints of Beauty Bush #F1BAAD

Color information

#F1BAAD (or 0xF1BAAD) is unknown color: approx Beauty Bush. HEX triplet: F1, BA and AD. RGB value is (241,186,173). Sum of RGB (Red+Green+Blue) = 241+186+173=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BAAD is #0E4552. Grayscale: #C9C9C9. Windows color (decimal): -935251 or 11385585. OLE color: 11385585.

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

Color convert

RGB241186173-
CMYK00.230.280.05
HSL11.47º70.83%81.18%-
HSV(B)11.47º28.22%94.51%-
XYZ61.3856.8447.27-
YUV200.96112.22156.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=40.17%
G=31%
B=28.83%

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
Decimal24118617300.230.280.0511.4770.8381.18
HexF1BAAD0171C5b4751
Octal36127225502734513107121
Binary11110001101110101010110101011111100101101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAAD; }

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

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

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

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

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

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

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

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