#F0AD9E

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

Shades of Wax Flower #F0AD9E

Tints of Wax Flower #F0AD9E

Color information

#F0AD9E (or 0xF0AD9E) is unknown color: approx Wax Flower. HEX triplet: F0, AD and 9E. RGB value is (240,173,158). Sum of RGB (Red+Green+Blue) = 240+173+158=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD9E is #0F5261. Grayscale: #BFBFBF. Windows color (decimal): -1004130 or 10399216. OLE color: 10399216.

HSL color Cylindrical-coordinate representation of color #F0AD9E: hue angle of 10.98º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0AD9E is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240173158-
CMYK00.280.340.06
HSL10.98º73.21%78.04%-
HSV(B)10.98º34.17%94.12%-
XYZ57.0550.8839.16-
YUV191.32109.2162.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=42.03%
G=30.30%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017315800.280.340.0610.9873.2178.04
HexF0AD9E01C226b494e
Octal36025523603442613111116
Binary111100001010110110011110011100100010110101110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AD9E; }

 p { color: rgb(240,173,158); }

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

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

 a { background-color: rgb(240,173,158); }

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

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

 span { border-color: rgb(240,173,158); }

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