#F1BBB1

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

Shades of Beauty Bush #F1BBB1

Tints of Beauty Bush #F1BBB1

Color information

#F1BBB1 (or 0xF1BBB1) is unknown color: approx Beauty Bush. HEX triplet: F1, BB and B1. RGB value is (241,187,177). Sum of RGB (Red+Green+Blue) = 241+187+177=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BBB1 is #0E444E. Grayscale: #CACACA. Windows color (decimal): -934991 or 11647985. OLE color: 11647985.

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

Color convert

RGB241187177-
CMYK00.220.270.05
HSL9.38º69.57%81.96%-
HSV(B)9.38º26.56%94.51%-
XYZ61.9857.4249.41-
YUV202.01113.89155.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 177 (69.53% from 255) = 29.26%
R=39.83%
G=30.91%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118717700.220.270.059.3869.5781.96
HexF1BBB10161B594652
Octal36127326102633511106122
Binary11110001101110111011000101011011011101100110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBB1; }

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

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

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

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

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

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

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

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