#F1B29A

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

Shades of Wax Flower #F1B29A

Tints of Wax Flower #F1B29A

Color information

#F1B29A (or 0xF1B29A) is unknown color: approx Wax Flower. HEX triplet: F1, B2 and 9A. RGB value is (241,178,154). Sum of RGB (Red+Green+Blue) = 241+178+154=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B29A is #0E4D65. Grayscale: #C2C2C2. Windows color (decimal): -937318 or 10138353. OLE color: 10138353.

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

Color convert

RGB241178154-
CMYK00.260.360.05
HSL16.55º75.65%77.45%-
HSV(B)16.55º36.1%94.51%-
XYZ58.0352.8737.72-
YUV194.1105.37161.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 154 (60.55% from 255) = 26.88%
R=42.06%
G=31.06%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117815400.260.360.0516.5575.6577.45
HexF1B29A01A245114c4d
Octal36126223203244521114115
Binary1111000110110010100110100110101001001011000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B29A; }

 p { color: rgb(241,178,154); }

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

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

 a { background-color: rgb(241,178,154); }

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

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

 span { border-color: rgb(241,178,154); }

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