#F1BAAB

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

Shades of Beauty Bush #F1BAAB

Tints of Beauty Bush #F1BAAB

Color information

#F1BAAB (or 0xF1BAAB) is unknown color: approx Beauty Bush. HEX triplet: F1, BA and AB. RGB value is (241,186,171). Sum of RGB (Red+Green+Blue) = 241+186+171=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BAAB is #0E4554. Grayscale: #C8C8C8. Windows color (decimal): -935253 or 11254513. OLE color: 11254513.

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

Color convert

RGB241186171-
CMYK00.230.290.05
HSL12.86º71.43%80.78%-
HSV(B)12.86º29.05%94.51%-
XYZ61.1956.7646.26-
YUV200.74111.22156.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 171 (67.19% from 255) = 28.60%
R=40.30%
G=31.10%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118617100.230.290.0512.8671.4380.78
HexF1BAAB0171D5d4751
Octal36127225302735515107121
Binary11110001101110101010101101011111101101110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAAB; }

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

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

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

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

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

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

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

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