#F3AEA0

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

Shades of Wax Flower #F3AEA0

Tints of Wax Flower #F3AEA0

Color information

#F3AEA0 (or 0xF3AEA0) is unknown color: approx Wax Flower. HEX triplet: F3, AE and A0. RGB value is (243,174,160). Sum of RGB (Red+Green+Blue) = 243+174+160=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AEA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AEA0 is #0C515F. Grayscale: #C1C1C1. Windows color (decimal): -807264 or 10530547. OLE color: 10530547.

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

Color convert

RGB243174160-
CMYK00.280.340.05
HSL10.12º77.57%79.02%-
HSV(B)10.12º34.16%95.29%-
XYZ58.4451.8640.19-
YUV193.04109.36163.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.11%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 160 (62.89% from 255) = 27.73%
R=42.11%
G=30.16%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317416000.280.340.0510.1277.5779.02
HexF3AEA001C225a4e4f
Octal36325624003442512116117
Binary111100111010111010100000011100100010101101010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AEA0; }

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

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

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

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

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

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

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

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