#F1AC99

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

Shades of Wax Flower #F1AC99

Tints of Wax Flower #F1AC99

Color information

#F1AC99 (or 0xF1AC99) is unknown color: approx Wax Flower. HEX triplet: F1, AC and 99. RGB value is (241,172,153). Sum of RGB (Red+Green+Blue) = 241+172+153=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AC99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AC99 is #0E5366. Grayscale: #BEBEBE. Windows color (decimal): -938855 or 10071281. OLE color: 10071281.

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

Color convert

RGB241172153-
CMYK00.290.370.05
HSL12.95º75.86%77.25%-
HSV(B)12.95º36.51%94.51%-
XYZ56.7850.5136.89-
YUV190.46106.86164.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.58%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=42.58%
G=30.39%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117215300.290.370.0512.9575.8677.25
HexF1AC9901D255d4c4d
Octal36125423103545515114115
Binary111100011010110010011001011101100101101110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AC99; }

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

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

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

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

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

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

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

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