#F0AD9D

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

Shades of Wax Flower #F0AD9D

Tints of Wax Flower #F0AD9D

Color information

#F0AD9D (or 0xF0AD9D) is unknown color: approx Wax Flower. HEX triplet: F0, AD and 9D. RGB value is (240,173,157). Sum of RGB (Red+Green+Blue) = 240+173+157=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD9D is #0F5262. Grayscale: #BFBFBF. Windows color (decimal): -1004131 or 10333680. OLE color: 10333680.

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

Color convert

RGB240173157-
CMYK00.280.350.06
HSL11.57º73.45%77.84%-
HSV(B)11.57º34.58%94.12%-
XYZ56.9650.8538.71-
YUV191.21108.7162.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 157 (61.72% from 255) = 27.54%
R=42.11%
G=30.35%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017315700.280.350.0611.5773.4577.84
HexF0AD9D01C236c494e
Octal36025523503443614111116
Binary111100001010110110011101011100100011110110010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AD9D; }

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

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

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

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

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

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

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

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