#F1BFBB

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

Shades of Beauty Bush #F1BFBB

Tints of Beauty Bush #F1BFBB

Color information

#F1BFBB (or 0xF1BFBB) is unknown color: approx Beauty Bush. HEX triplet: F1, BF and BB. RGB value is (241,191,187). Sum of RGB (Red+Green+Blue) = 241+191+187=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFBB is #0E4044. Grayscale: #CDCDCD. Windows color (decimal): -933957 or 12304369. OLE color: 12304369.

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

Color convert

RGB241191187-
CMYK00.210.220.05
HSL4.44º65.85%83.92%-
HSV(B)4.44º22.41%94.51%-
XYZ63.8859.5555.14-
YUV205.49117.56153.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=38.93%
G=30.86%
B=30.21%

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
Decimal24119118700.210.220.054.4465.8583.92
HexF1BFBB01516544254
Octal3612772730252654102124
Binary1111000110111111101110110101011011010110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFBB; }

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

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

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

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

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

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

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

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