#F3B19A

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

Shades of Wax Flower #F3B19A

Tints of Wax Flower #F3B19A

Color information

#F3B19A (or 0xF3B19A) is unknown color: approx Wax Flower. HEX triplet: F3, B1 and 9A. RGB value is (243,177,154). Sum of RGB (Red+Green+Blue) = 243+177+154=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3B19A is #0C4E65. Grayscale: #C2C2C2. Windows color (decimal): -806502 or 10138099. OLE color: 10138099.

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

Color convert

RGB243177154-
CMYK00.270.370.05
HSL15.51º78.76%77.84%-
HSV(B)15.51º36.63%95.29%-
XYZ58.5252.8337.69-
YUV194.11105.37162.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.33%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=42.33%
G=30.84%
B=26.83%

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
Decimal24317715400.270.370.0515.5178.7677.84
HexF3B19A01B255104f4e
Octal36326123203345520117116
Binary1111001110110001100110100110111001011011000010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B19A; }

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

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

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

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

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

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

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

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