#F3AE99

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

Shades of Wax Flower #F3AE99

Tints of Wax Flower #F3AE99

Color information

#F3AE99 (or 0xF3AE99) is unknown color: approx Wax Flower. HEX triplet: F3, AE and 99. RGB value is (243,174,153). Sum of RGB (Red+Green+Blue) = 243+174+153=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AE99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AE99 is #0C5166. Grayscale: #C0C0C0. Windows color (decimal): -807271 or 10071795. OLE color: 10071795.

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

Color convert

RGB243174153-
CMYK00.280.370.05
HSL14º78.95%77.65%-
HSV(B)14º37.04%95.29%-
XYZ57.8551.6337.05-
YUV192.24105.86164.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.63%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 153 (60.16% from 255) = 26.84%
R=42.63%
G=30.53%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317415300.280.370.051478.9577.65
HexF3AE9901C255e4f4e
Octal36325623103445516117116
Binary111100111010111010011001011100100101101111010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AE99; }

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

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

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

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

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

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

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

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