#F5AE97

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

Shades of Wax Flower #F5AE97

Tints of Wax Flower #F5AE97

Color information

#F5AE97 (or 0xF5AE97) is unknown color: approx Wax Flower. HEX triplet: F5, AE and 97. RGB value is (245,174,151). Sum of RGB (Red+Green+Blue) = 245+174+151=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AE97 is #0A5168. Grayscale: #C0C0C0. Windows color (decimal): -676201 or 9940725. OLE color: 9940725.

HSL color Cylindrical-coordinate representation of color #F5AE97: hue angle of 14.68º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5AE97 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245174151-
CMYK00.290.380.04
HSL14.68º82.46%77.65%-
HSV(B)14.68º38.37%96.08%-
XYZ58.3851.9236.22-
YUV192.61104.52165.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=42.98%
G=30.53%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517415100.290.380.0414.6882.4677.65
HexF5AE9701D264f524e
Octal36525622703546417122116
Binary111101011010111010010111011101100110100111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AE97; }

 p { color: rgb(245,174,151); }

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

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

 a { background-color: rgb(245,174,151); }

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

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

 span { border-color: rgb(245,174,151); }

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