#F2AE9D

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

Shades of Wax Flower #F2AE9D

Tints of Wax Flower #F2AE9D

Color information

#F2AE9D (or 0xF2AE9D) is unknown color: approx Wax Flower. HEX triplet: F2, AE and 9D. RGB value is (242,174,157). Sum of RGB (Red+Green+Blue) = 242+174+157=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AE9D is #0D5162. Grayscale: #C0C0C0. Windows color (decimal): -872803 or 10333938. OLE color: 10333938.

HSL color Cylindrical-coordinate representation of color #F2AE9D: hue angle of 12º degrees, saturation: 0.77, 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 #F2AE9D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB242174157-
CMYK00.280.350.05
HSL12º76.58%78.24%-
HSV(B)12º35.12%94.9%-
XYZ57.8451.5838.81-
YUV192.39108.03163.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=42.23%
G=30.37%
B=27.40%

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
Decimal24217415700.280.350.051276.5878.24
HexF2AE9D01C235c4d4e
Octal36225623503443514115116
Binary111100101010111010011101011100100011101110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE9D; }

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

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

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

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

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

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

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

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