#F1ACA0

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

Shades of Wax Flower #F1ACA0

Tints of Wax Flower #F1ACA0

Color information

#F1ACA0 (or 0xF1ACA0) is unknown color: approx Wax Flower. HEX triplet: F1, AC and A0. RGB value is (241,172,160). Sum of RGB (Red+Green+Blue) = 241+172+160=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1ACA0 is #0E535F. Grayscale: #BFBFBF. Windows color (decimal): -938848 or 10530033. OLE color: 10530033.

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

Color convert

RGB241172160-
CMYK00.290.340.05
HSL8.89º74.31%78.63%-
HSV(B)8.89º33.61%94.51%-
XYZ57.3750.7440.03-
YUV191.26110.36163.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=42.06%
G=30.02%
B=27.92%

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
Decimal24117216000.290.340.058.8974.3178.63
HexF1ACA001D22594a4f
Octal36125424003542511112117
Binary111100011010110010100000011101100010101100110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACA0; }

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

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

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

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

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

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

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

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