#F1B8AB

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

Shades of Beauty Bush #F1B8AB

Tints of Beauty Bush #F1B8AB

Color information

#F1B8AB (or 0xF1B8AB) is unknown color: approx Beauty Bush. HEX triplet: F1, B8 and AB. RGB value is (241,184,171). Sum of RGB (Red+Green+Blue) = 241+184+171=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B8AB is #0E4754. Grayscale: #C7C7C7. Windows color (decimal): -935765 or 11254001. OLE color: 11254001.

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

Color convert

RGB241184171-
CMYK00.240.290.05
HSL11.14º71.43%80.78%-
HSV(B)11.14º29.05%94.51%-
XYZ60.7755.9246.12-
YUV199.56111.88157.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 184 (72.27% from 255) = 30.87%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=40.44%
G=30.87%
B=28.69%

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
Decimal24118417100.240.290.0511.1471.4380.78
HexF1B8AB0181D5b4751
Octal36127025303035513107121
Binary11110001101110001010101101100011101101101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B8AB; }

 p { color: rgb(241,184,171); }

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

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

 a { background-color: rgb(241,184,171); }

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

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

 span { border-color: rgb(241,184,171); }

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