#F1AE94

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

Shades of Wax Flower #F1AE94

Tints of Wax Flower #F1AE94

Color information

#F1AE94 (or 0xF1AE94) is unknown color: approx Wax Flower. HEX triplet: F1, AE and 94. RGB value is (241,174,148). Sum of RGB (Red+Green+Blue) = 241+174+148=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AE94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AE94 is #0E516B. Grayscale: #BFBFBF. Windows color (decimal): -938348 or 9744113. OLE color: 9744113.

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

Color convert

RGB241174148-
CMYK00.280.390.05
HSL16.77º76.86%76.27%-
HSV(B)16.77º38.59%94.51%-
XYZ56.7651.1134.89-
YUV191.07103.7163.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.81%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=42.81%
G=30.91%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117414800.280.390.0516.7776.8676.27
HexF1AE9401C275114d4c
Octal36125622403447521115114
Binary1111000110101110100101000111001001111011000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AE94; }

 p { color: rgb(241,174,148); }

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

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

 a { background-color: rgb(241,174,148); }

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

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

 span { border-color: rgb(241,174,148); }

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