#F3B39E

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

Shades of Wax Flower #F3B39E

Tints of Wax Flower #F3B39E

Color information

#F3B39E (or 0xF3B39E) is unknown color: approx Wax Flower. HEX triplet: F3, B3 and 9E. RGB value is (243,179,158). Sum of RGB (Red+Green+Blue) = 243+179+158=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B39E is #0C4C61. Grayscale: #C3C3C3. Windows color (decimal): -805986 or 10400755. OLE color: 10400755.

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

Color convert

RGB243179158-
CMYK00.260.350.05
HSL14.82º77.98%78.63%-
HSV(B)14.82º34.98%95.29%-
XYZ59.2553.7639.6-
YUV195.74106.7161.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.90%
GREEN value IS 179 (70.31% from 255) = 30.86%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=41.90%
G=30.86%
B=27.24%

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
Decimal24317915800.260.350.0514.8277.9878.63
HexF3B39E01A235f4e4f
Octal36326323603243517116117
Binary111100111011001110011110011010100011101111110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B39E; }

 p { color: rgb(243,179,158); }

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

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

 a { background-color: rgb(243,179,158); }

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

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

 span { border-color: rgb(243,179,158); }

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