#F1BBBA

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

Shades of Beauty Bush #F1BBBA

Tints of Beauty Bush #F1BBBA

Color information

#F1BBBA (or 0xF1BBBA) is unknown color: approx Beauty Bush. HEX triplet: F1, BB and BA. RGB value is (241,187,186). Sum of RGB (Red+Green+Blue) = 241+187+186=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBBA is #0E4445. Grayscale: #CBCBCB. Windows color (decimal): -934982 or 12237809. OLE color: 12237809.

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

Color convert

RGB241187186-
CMYK00.220.230.05
HSL1.09º66.27%83.73%-
HSV(B)1.09º22.82%94.51%-
XYZ62.9157.7954.29-
YUV203.03118.39155.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=39.25%
G=30.46%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118718600.220.230.051.0966.2783.73
HexF1BBBA01617514254
Octal3612732720262751102124
Binary11110001101110111011101001011010111101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBBA; }

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

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

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

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

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

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

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

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