#F3AD9F

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

Shades of Wax Flower #F3AD9F

Tints of Wax Flower #F3AD9F

Color information

#F3AD9F (or 0xF3AD9F) is unknown color: approx Wax Flower. HEX triplet: F3, AD and 9F. RGB value is (243,173,159). Sum of RGB (Red+Green+Blue) = 243+173+159=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AD9F is #0C5260. Grayscale: #C0C0C0. Windows color (decimal): -807521 or 10464755. OLE color: 10464755.

HSL color Cylindrical-coordinate representation of color #F3AD9F: hue angle of 10º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3AD9F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB243173159-
CMYK00.290.350.05
HSL10º77.78%78.82%-
HSV(B)10º34.57%95.29%-
XYZ58.1651.4539.67-
YUV192.33109.19164.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.26%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=42.26%
G=30.09%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317315900.290.350.051077.7878.82
HexF3AD9F01D235a4e4f
Octal36325523703543512116117
Binary111100111010110110011111011101100011101101010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AD9F; }

 p { color: rgb(243,173,159); }

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

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

 a { background-color: rgb(243,173,159); }

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

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

 span { border-color: rgb(243,173,159); }

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