#F1B6AF

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

Shades of Beauty Bush #F1B6AF

Tints of Beauty Bush #F1B6AF

Color information

#F1B6AF (or 0xF1B6AF) is unknown color: approx Beauty Bush. HEX triplet: F1, B6 and AF. RGB value is (241,182,175). Sum of RGB (Red+Green+Blue) = 241+182+175=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B6AF is #0E4950. Grayscale: #C6C6C6. Windows color (decimal): -936273 or 11515633. OLE color: 11515633.

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

Color convert

RGB241182175-
CMYK00.240.270.05
HSL6.36º70.21%81.57%-
HSV(B)6.36º27.39%94.51%-
XYZ60.7455.2548.02-
YUV198.84114.55158.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 182 (71.48% from 255) = 30.43%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=40.30%
G=30.43%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118217500.240.270.056.3670.2181.57
HexF1B6AF0181B564652
Octal3612662570303356106122
Binary1111000110110110101011110110001101110111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B6AF; }

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

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

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

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

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

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

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

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