#F3AE9D

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

Shades of Wax Flower #F3AE9D

Tints of Wax Flower #F3AE9D

Color information

#F3AE9D (or 0xF3AE9D) is unknown color: approx Wax Flower. HEX triplet: F3, AE and 9D. RGB value is (243,174,157). Sum of RGB (Red+Green+Blue) = 243+174+157=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AE9D is #0C5162. Grayscale: #C0C0C0. Windows color (decimal): -807267 or 10333939. OLE color: 10333939.

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

Color convert

RGB243174157-
CMYK00.280.350.05
HSL11.86º78.18%78.43%-
HSV(B)11.86º35.39%95.29%-
XYZ58.1851.7638.82-
YUV192.69107.86163.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.33%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=42.33%
G=30.31%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317415700.280.350.0511.8678.1878.43
HexF3AE9D01C235c4e4e
Octal36325623503443514116116
Binary111100111010111010011101011100100011101110010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AE9D; }

 p { color: rgb(243,174,157); }

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

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

 a { background-color: rgb(243,174,157); }

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

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

 span { border-color: rgb(243,174,157); }

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