#F4AD97

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

Shades of Wax Flower #F4AD97

Tints of Wax Flower #F4AD97

Color information

#F4AD97 (or 0xF4AD97) is unknown color: approx Wax Flower. HEX triplet: F4, AD and 97. RGB value is (244,173,151). Sum of RGB (Red+Green+Blue) = 244+173+151=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AD97 is #0B5268. Grayscale: #BFBFBF. Windows color (decimal): -741993 or 9940468. OLE color: 9940468.

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

Color convert

RGB244173151-
CMYK00.290.380.04
HSL14.19º80.87%77.45%-
HSV(B)14.19º38.11%95.69%-
XYZ57.8451.3536.14-
YUV191.72105.02165.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.96%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 151 (59.38% from 255) = 26.58%
R=42.96%
G=30.46%
B=26.58%

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
Decimal24417315100.290.380.0414.1980.8777.45
HexF4AD9701D264e514d
Octal36425522703546416121115
Binary111101001010110110010111011101100110100111010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AD97; }

 p { color: rgb(244,173,151); }

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

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

 a { background-color: rgb(244,173,151); }

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

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

 span { border-color: rgb(244,173,151); }

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