#F1BBBB

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

Shades of Beauty Bush #F1BBBB

Tints of Beauty Bush #F1BBBB

Color information

#F1BBBB (or 0xF1BBBB) is unknown color: approx Beauty Bush. HEX triplet: F1, BB and BB. RGB value is (241,187,187). Sum of RGB (Red+Green+Blue) = 241+187+187=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBBB is #0E4444. Grayscale: #CBCBCB. Windows color (decimal): -934981 or 12303345. OLE color: 12303345.

HSL color Cylindrical-coordinate representation of color #F1BBBB: 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.22%. Process color model (Four color, CMYK) of #F1BBBB is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241187187-
CMYK00.220.220.05
HSL65.85%83.92%-
HSV(B)22.41%94.51%-
XYZ63.0257.8354.85-
YUV203.15118.89155-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=39.19%
G=30.41%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118718700.220.220.05065.8583.92
HexF1BBBB01616504254
Octal3612732730262650102124
Binary11110001101110111011101101011010110101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBBB; }

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

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

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

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

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

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

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

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