#F1B39D

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

Shades of Wax Flower #F1B39D

Tints of Wax Flower #F1B39D

Color information

#F1B39D (or 0xF1B39D) is unknown color: approx Wax Flower. HEX triplet: F1, B3 and 9D. RGB value is (241,179,157). Sum of RGB (Red+Green+Blue) = 241+179+157=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B39D is #0E4C62. Grayscale: #C3C3C3. Windows color (decimal): -937059 or 10335217. OLE color: 10335217.

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

Color convert

RGB241179157-
CMYK00.260.350.05
HSL15.71º75%78.04%-
HSV(B)15.71º34.85%94.51%-
XYZ58.4853.3839.12-
YUV195.03106.54160.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 157 (61.72% from 255) = 27.21%
R=41.77%
G=31.02%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117915700.260.350.0515.717578.04
HexF1B39D01A235104b4e
Octal36126323503243520113116
Binary1111000110110011100111010110101000111011000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B39D; }

 p { color: rgb(241,179,157); }

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

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

 a { background-color: rgb(241,179,157); }

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

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

 span { border-color: rgb(241,179,157); }

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