#F2AC9F

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

Shades of Wax Flower #F2AC9F

Tints of Wax Flower #F2AC9F

Color information

#F2AC9F (or 0xF2AC9F) is unknown color: approx Wax Flower. HEX triplet: F2, AC and 9F. RGB value is (242,172,159). Sum of RGB (Red+Green+Blue) = 242+172+159=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AC9F is #0D5360. Grayscale: #BFBFBF. Windows color (decimal): -873313 or 10464498. OLE color: 10464498.

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

Color convert

RGB242172159-
CMYK00.290.340.05
HSL9.4º76.15%78.63%-
HSV(B)9.4º34.3%94.9%-
XYZ57.6350.8939.59-
YUV191.45109.69164.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=42.23%
G=30.02%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217215900.290.340.059.476.1578.63
HexF2AC9F01D22594c4f
Octal36225423703542511114117
Binary111100101010110010011111011101100010101100110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AC9F; }

 p { color: rgb(242,172,159); }

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

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

 a { background-color: rgb(242,172,159); }

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

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

 span { border-color: rgb(242,172,159); }

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