#F3B29A

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

Shades of Wax Flower #F3B29A

Tints of Wax Flower #F3B29A

Color information

#F3B29A (or 0xF3B29A) is unknown color: approx Wax Flower. HEX triplet: F3, B2 and 9A. RGB value is (243,178,154). Sum of RGB (Red+Green+Blue) = 243+178+154=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B29A is #0C4D65. Grayscale: #C2C2C2. Windows color (decimal): -806246 or 10138355. OLE color: 10138355.

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

Color convert

RGB243178154-
CMYK00.270.370.05
HSL16.18º78.76%77.84%-
HSV(B)16.18º36.63%95.29%-
XYZ58.7253.2337.75-
YUV194.7105.03162.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.26%
GREEN value IS 178 (69.92% from 255) = 30.96%
BLUE value IS 154 (60.55% from 255) = 26.78%
R=42.26%
G=30.96%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317815400.270.370.0516.1878.7677.84
HexF3B29A01B255104f4e
Octal36326223203345520117116
Binary1111001110110010100110100110111001011011000010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B29A; }

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

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

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

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

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

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

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

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