#F1BFB3

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

Shades of Beauty Bush #F1BFB3

Tints of Beauty Bush #F1BFB3

Color information

#F1BFB3 (or 0xF1BFB3) is unknown color: approx Beauty Bush. HEX triplet: F1, BF and B3. RGB value is (241,191,179). Sum of RGB (Red+Green+Blue) = 241+191+179=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFB3 is #0E404C. Grayscale: #CCCCCC. Windows color (decimal): -933965 or 11780081. OLE color: 11780081.

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

Color convert

RGB241191179-
CMYK00.210.260.05
HSL11.61º68.89%82.35%-
HSV(B)11.61º25.73%94.51%-
XYZ63.0459.2250.76-
YUV204.58113.56153.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 179 (70.31% from 255) = 29.30%
R=39.44%
G=31.26%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119117900.210.260.0511.6168.8982.35
HexF1BFB30151A5c4552
Octal36127726302532514105122
Binary11110001101111111011001101010111010101110010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFB3; }

 p { color: rgb(241,191,179); }

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

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

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

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

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

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

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