#F1B09C

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

Shades of Wax Flower #F1B09C

Tints of Wax Flower #F1B09C

Color information

#F1B09C (or 0xF1B09C) is unknown color: approx Wax Flower. HEX triplet: F1, B0 and 9C. RGB value is (241,176,156). Sum of RGB (Red+Green+Blue) = 241+176+156=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B09C is #0E4F63. Grayscale: #C1C1C1. Windows color (decimal): -937828 or 10268913. OLE color: 10268913.

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

Color convert

RGB241176156-
CMYK00.270.350.05
HSL14.12º75.22%77.84%-
HSV(B)14.12º35.27%94.51%-
XYZ57.852.1538.47-
YUV193.15107.03162.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 156 (61.33% from 255) = 27.23%
R=42.06%
G=30.72%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117615600.270.350.0514.1275.2277.84
HexF1B09C01B235e4b4e
Octal36126023403343516113116
Binary111100011011000010011100011011100011101111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B09C; }

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

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

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

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

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

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

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

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