#F1B6AA

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

Shades of Beauty Bush #F1B6AA

Tints of Beauty Bush #F1B6AA

Color information

#F1B6AA (or 0xF1B6AA) is unknown color: approx Beauty Bush. HEX triplet: F1, B6 and AA. RGB value is (241,182,170). Sum of RGB (Red+Green+Blue) = 241+182+170=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B6AA is #0E4955. Grayscale: #C6C6C6. Windows color (decimal): -936278 or 11187953. OLE color: 11187953.

HSL color Cylindrical-coordinate representation of color #F1B6AA: hue angle of 10.14º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1B6AA is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241182170-
CMYK00.240.290.05
HSL10.14º71.72%80.59%-
HSV(B)10.14º29.46%94.51%-
XYZ60.2655.0645.48-
YUV198.27112.05158.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=40.64%
G=30.69%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118217000.240.290.0510.1471.7280.59
HexF1B6AA0181D5a4851
Octal36126625203035512110121
Binary11110001101101101010101001100011101101101010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B6AA; }

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

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

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

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

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

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

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

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