#F0AC96

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

Shades of Wax Flower #F0AC96

Tints of Wax Flower #F0AC96

Color information

#F0AC96 (or 0xF0AC96) is unknown color: approx Wax Flower. HEX triplet: F0, AC and 96. RGB value is (240,172,150). Sum of RGB (Red+Green+Blue) = 240+172+150=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AC96 is #0F5369. Grayscale: #BDBDBD. Windows color (decimal): -1004394 or 9874672. OLE color: 9874672.

HSL color Cylindrical-coordinate representation of color #F0AC96: hue angle of 14.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0AC96 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240172150-
CMYK00.280.370.06
HSL14.67º75%76.47%-
HSV(B)14.67º37.5%94.12%-
XYZ56.1950.2335.59-
YUV189.82105.53163.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=42.70%
G=30.60%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017215000.280.370.0614.677576.47
HexF0AC9601C256f4b4c
Octal36025422603445617113114
Binary111100001010110010010110011100100101110111110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AC96; }

 p { color: rgb(240,172,150); }

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

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

 a { background-color: rgb(240,172,150); }

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

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

 span { border-color: rgb(240,172,150); }

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