#F1BBAF

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

Shades of Beauty Bush #F1BBAF

Tints of Beauty Bush #F1BBAF

Color information

#F1BBAF (or 0xF1BBAF) is unknown color: approx Beauty Bush. HEX triplet: F1, BB and AF. RGB value is (241,187,175). Sum of RGB (Red+Green+Blue) = 241+187+175=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BBAF is #0E4450. Grayscale: #C9C9C9. Windows color (decimal): -934993 or 11516913. OLE color: 11516913.

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

Color convert

RGB241187175-
CMYK00.220.270.05
HSL10.91º70.21%81.57%-
HSV(B)10.91º27.39%94.51%-
XYZ61.7857.3448.37-
YUV201.78112.89155.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=39.97%
G=31.01%
B=29.02%

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
Decimal24118717500.220.270.0510.9170.2181.57
HexF1BBAF0161B5b4652
Octal36127325702633513106122
Binary11110001101110111010111101011011011101101110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBAF; }

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

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

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

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

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

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

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

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