#F1B29D

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

Shades of Wax Flower #F1B29D

Tints of Wax Flower #F1B29D

Color information

#F1B29D (or 0xF1B29D) is unknown color: approx Wax Flower. HEX triplet: F1, B2 and 9D. RGB value is (241,178,157). Sum of RGB (Red+Green+Blue) = 241+178+157=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B29D is #0E4D62. Grayscale: #C2C2C2. Windows color (decimal): -937315 or 10334961. OLE color: 10334961.

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

Color convert

RGB241178157-
CMYK00.260.350.05
HSL15º75%78.04%-
HSV(B)15º34.85%94.51%-
XYZ58.2852.9839.05-
YUV194.44106.87161.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 178 (69.92% from 255) = 30.90%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=41.84%
G=30.90%
B=27.26%

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
Decimal24117815700.260.350.05157578.04
HexF1B29D01A235f4b4e
Octal36126223503243517113116
Binary111100011011001010011101011010100011101111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B29D; }

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

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

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

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

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

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

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

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