#F1BFBC

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

Shades of Beauty Bush #F1BFBC

Tints of Beauty Bush #F1BFBC

Color information

#F1BFBC (or 0xF1BFBC) is unknown color: approx Beauty Bush. HEX triplet: F1, BF and BC. RGB value is (241,191,188). Sum of RGB (Red+Green+Blue) = 241+191+188=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFBC is #0E4043. Grayscale: #CDCDCD. Windows color (decimal): -933956 or 12369905. OLE color: 12369905.

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

Color convert

RGB241191188-
CMYK00.210.220.05
HSL3.4º65.43%84.12%-
HSV(B)3.4º21.99%94.51%-
XYZ63.9859.5955.71-
YUV205.61118.06153.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=38.87%
G=30.81%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119118800.210.220.053.465.4384.12
HexF1BFBC01516534154
Octal3612772740252653101124
Binary111100011011111110111100010101101101011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFBC; }

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

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

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

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

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

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

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

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