#F0A896

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

Shades of Wax Flower #F0A896

Tints of Wax Flower #F0A896

Color information

#F0A896 (or 0xF0A896) is unknown color: approx Wax Flower. HEX triplet: F0, A8 and 96. RGB value is (240,168,150). Sum of RGB (Red+Green+Blue) = 240+168+150=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A896 is #0F5769. Grayscale: #BBBBBB. Windows color (decimal): -1005418 or 9873648. OLE color: 9873648.

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

Color convert

RGB240168150-
CMYK00.30.370.06
HSL12º75%76.47%-
HSV(B)12º37.5%94.12%-
XYZ55.4448.7335.34-
YUV187.48106.85165.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 168 (66.02% from 255) = 30.11%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=43.01%
G=30.11%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016815000.30.370.06127576.47
HexF0A89601E256c4b4c
Octal36025022603645614113114
Binary111100001010100010010110011110100101110110010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A896; }

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

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

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

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

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

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

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

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