#F1BABA

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

Shades of Beauty Bush #F1BABA

Tints of Beauty Bush #F1BABA

Color information

#F1BABA (or 0xF1BABA) is unknown color: approx Beauty Bush. HEX triplet: F1, BA and BA. RGB value is (241,186,186). Sum of RGB (Red+Green+Blue) = 241+186+186=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BABA is #0E4545. Grayscale: #CACACA. Windows color (decimal): -935238 or 12237553. OLE color: 12237553.

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

Color convert

RGB241186186-
CMYK00.230.230.05
HSL66.27%83.73%-
HSV(B)22.82%94.51%-
XYZ62.757.3654.22-
YUV202.44118.72155.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=39.31%
G=30.34%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118618600.230.230.05066.2783.73
HexF1BABA01717504254
Octal3612722720272750102124
Binary11110001101110101011101001011110111101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BABA; }

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

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

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

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

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

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

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

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