#F3AE9E

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

Shades of Wax Flower #F3AE9E

Tints of Wax Flower #F3AE9E

Color information

#F3AE9E (or 0xF3AE9E) is unknown color: approx Wax Flower. HEX triplet: F3, AE and 9E. RGB value is (243,174,158). Sum of RGB (Red+Green+Blue) = 243+174+158=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AE9E is #0C5161. Grayscale: #C0C0C0. Windows color (decimal): -807266 or 10399475. OLE color: 10399475.

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

Color convert

RGB243174158-
CMYK00.280.350.05
HSL11.29º77.98%78.63%-
HSV(B)11.29º34.98%95.29%-
XYZ58.2751.839.27-
YUV192.81108.36163.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.26%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 158 (62.11% from 255) = 27.48%
R=42.26%
G=30.26%
B=27.48%

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
Decimal24317415800.280.350.0511.2977.9878.63
HexF3AE9E01C235b4e4f
Octal36325623603443513116117
Binary111100111010111010011110011100100011101101110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AE9E; }

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

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

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

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

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

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

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

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