#F1B49F

Color #F1B49F Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #F1B49F

Tints of Wax Flower #F1B49F

Color information

#F1B49F (or 0xF1B49F) is unknown color: approx Wax Flower. HEX triplet: F1, B4 and 9F. RGB value is (241,180,159). Sum of RGB (Red+Green+Blue) = 241+180+159=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B49F is #0E4B60. Grayscale: #C3C3C3. Windows color (decimal): -936801 or 10466545. OLE color: 10466545.

HSL color Cylindrical-coordinate representation of color #F1B49F: hue angle of 15.37º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1B49F is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241180159-
CMYK00.250.340.05
HSL15.37º74.55%78.43%-
HSV(B)15.37º34.02%94.51%-
XYZ58.8553.8540.09-
YUV195.84107.21160.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 180 (70.70% from 255) = 31.03%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=41.55%
G=31.03%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118015900.250.340.0515.3774.5578.43
HexF1B49F019225f4b4e
Octal36126423703142517113116
Binary111100011011010010011111011001100010101111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B49F; }

 p { color: rgb(241,180,159); }

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

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

 a { background-color: rgb(241,180,159); }

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

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

 span { border-color: rgb(241,180,159); }

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