#F5B19E

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

Shades of Wax Flower #F5B19E

Tints of Wax Flower #F5B19E

Color information

#F5B19E (or 0xF5B19E) is unknown color: approx Wax Flower. HEX triplet: F5, B1 and 9E. RGB value is (245,177,158). Sum of RGB (Red+Green+Blue) = 245+177+158=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5B19E is #0A4E61. Grayscale: #C3C3C3. Windows color (decimal): -675426 or 10400245. OLE color: 10400245.

HSL color Cylindrical-coordinate representation of color #F5B19E: hue angle of 13.1º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5B19E is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB245177158-
CMYK00.280.360.04
HSL13.1º81.31%79.02%-
HSV(B)13.1º35.51%96.08%-
XYZ59.5553.3339.5-
YUV195.17107.03163.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=42.24%
G=30.52%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517715800.280.360.0413.181.3179.02
HexF5B19E01C244d514f
Octal36526123603444415121117
Binary111101011011000110011110011100100100100110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B19E; }

 p { color: rgb(245,177,158); }

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

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

 a { background-color: rgb(245,177,158); }

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

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

 span { border-color: rgb(245,177,158); }

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