#F1B09E

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

Shades of Wax Flower #F1B09E

Tints of Wax Flower #F1B09E

Color information

#F1B09E (or 0xF1B09E) is unknown color: approx Wax Flower. HEX triplet: F1, B0 and 9E. RGB value is (241,176,158). Sum of RGB (Red+Green+Blue) = 241+176+158=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B09E is #0E4F61. Grayscale: #C1C1C1. Windows color (decimal): -937826 or 10399985. OLE color: 10399985.

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

Color convert

RGB241176158-
CMYK00.270.340.05
HSL13.01º74.77%78.24%-
HSV(B)13.01º34.44%94.51%-
XYZ57.9752.2239.37-
YUV193.38108.03161.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 158 (62.11% from 255) = 27.48%
R=41.91%
G=30.61%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117615800.270.340.0513.0174.7778.24
HexF1B09E01B225d4b4e
Octal36126023603342515113116
Binary111100011011000010011110011011100010101110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B09E; }

 p { color: rgb(241,176,158); }

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

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

 a { background-color: rgb(241,176,158); }

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

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

 span { border-color: rgb(241,176,158); }

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