#F3AC9C

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

Shades of Wax Flower #F3AC9C

Tints of Wax Flower #F3AC9C

Color information

#F3AC9C (or 0xF3AC9C) is unknown color: approx Wax Flower. HEX triplet: F3, AC and 9C. RGB value is (243,172,156). Sum of RGB (Red+Green+Blue) = 243+172+156=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AC9C is #0C5363. Grayscale: #BFBFBF. Windows color (decimal): -807780 or 10267891. OLE color: 10267891.

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

Color convert

RGB243172156-
CMYK00.290.360.05
HSL11.03º78.38%78.24%-
HSV(B)11.03º35.8%95.29%-
XYZ57.7250.9638.25-
YUV191.4108.02164.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.56%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=42.56%
G=30.12%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317215600.290.360.0511.0378.3878.24
HexF3AC9C01D245b4e4e
Octal36325423403544513116116
Binary111100111010110010011100011101100100101101110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AC9C; }

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

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

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

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

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

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

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

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