#F1BDBB

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

Shades of Beauty Bush #F1BDBB

Tints of Beauty Bush #F1BDBB

Color information

#F1BDBB (or 0xF1BDBB) is unknown color: approx Beauty Bush. HEX triplet: F1, BD and BB. RGB value is (241,189,187). Sum of RGB (Red+Green+Blue) = 241+189+187=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDBB is #0E4244. Grayscale: #CCCCCC. Windows color (decimal): -934469 or 12303857. OLE color: 12303857.

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

Color convert

RGB241189187-
CMYK00.220.220.05
HSL2.22º65.85%83.92%-
HSV(B)2.22º22.41%94.51%-
XYZ63.4458.6855-
YUV204.32118.23154.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=39.06%
G=30.63%
B=30.31%

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
Decimal24118918700.220.220.052.2265.8583.92
HexF1BDBB01616524254
Octal3612752730262652102124
Binary111100011011110110111011010110101101011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDBB; }

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

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

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

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

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

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

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

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