#F1AC9E

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

Shades of Wax Flower #F1AC9E

Tints of Wax Flower #F1AC9E

Color information

#F1AC9E (or 0xF1AC9E) is unknown color: approx Wax Flower. HEX triplet: F1, AC and 9E. RGB value is (241,172,158). Sum of RGB (Red+Green+Blue) = 241+172+158=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AC9E is #0E5361. Grayscale: #BFBFBF. Windows color (decimal): -938850 or 10398961. OLE color: 10398961.

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

Color convert

RGB241172158-
CMYK00.290.340.05
HSL10.12º74.77%78.24%-
HSV(B)10.12º34.44%94.51%-
XYZ57.250.6739.11-
YUV191.04109.36163.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=42.21%
G=30.12%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117215800.290.340.0510.1274.7778.24
HexF1AC9E01D225a4b4e
Octal36125423603542512113116
Binary111100011010110010011110011101100010101101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AC9E; }

 p { color: rgb(241,172,158); }

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

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

 a { background-color: rgb(241,172,158); }

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

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

 span { border-color: rgb(241,172,158); }

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