#F0AE95

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

Shades of Wax Flower #F0AE95

Tints of Wax Flower #F0AE95

Color information

#F0AE95 (or 0xF0AE95) is unknown color: approx Wax Flower. HEX triplet: F0, AE and 95. RGB value is (240,174,149). Sum of RGB (Red+Green+Blue) = 240+174+149=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AE95 is #0F516A. Grayscale: #BFBFBF. Windows color (decimal): -1003883 or 9809648. OLE color: 9809648.

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

Color convert

RGB240174149-
CMYK00.280.380.06
HSL16.48º75.21%76.27%-
HSV(B)16.48º37.92%94.12%-
XYZ56.550.9735.29-
YUV190.88104.37163.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 149 (58.59% from 255) = 26.47%
R=42.63%
G=30.91%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017414900.280.380.0616.4875.2176.27
HexF0AE9501C266104b4c
Octal36025622503446620113114
Binary1111000010101110100101010111001001101101000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AE95; }

 p { color: rgb(240,174,149); }

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

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

 a { background-color: rgb(240,174,149); }

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

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

 span { border-color: rgb(240,174,149); }

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