#F3AC95

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

Shades of Wax Flower #F3AC95

Tints of Wax Flower #F3AC95

Color information

#F3AC95 (or 0xF3AC95) is unknown color: approx Wax Flower. HEX triplet: F3, AC and 95. RGB value is (243,172,149). Sum of RGB (Red+Green+Blue) = 243+172+149=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AC95 is #0C536A. Grayscale: #BEBEBE. Windows color (decimal): -807787 or 9809139. OLE color: 9809139.

HSL color Cylindrical-coordinate representation of color #F3AC95: hue angle of 14.68º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3AC95 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB243172149-
CMYK00.290.390.05
HSL14.68º79.66%76.86%-
HSV(B)14.68º38.68%95.29%-
XYZ57.1450.7335.21-
YUV190.61104.52165.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.09%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=43.09%
G=30.50%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317214900.290.390.0514.6879.6676.86
HexF3AC9501D275f504d
Octal36325422503547517120115
Binary111100111010110010010101011101100111101111110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AC95; }

 p { color: rgb(243,172,149); }

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

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

 a { background-color: rgb(243,172,149); }

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

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

 span { border-color: rgb(243,172,149); }

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