#F1AFA0

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

Shades of Wax Flower #F1AFA0

Tints of Wax Flower #F1AFA0

Color information

#F1AFA0 (or 0xF1AFA0) is unknown color: approx Wax Flower. HEX triplet: F1, AF and A0. RGB value is (241,175,160). Sum of RGB (Red+Green+Blue) = 241+175+160=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AFA0 is #0E505F. Grayscale: #C1C1C1. Windows color (decimal): -938080 or 10530801. OLE color: 10530801.

HSL color Cylindrical-coordinate representation of color #F1AFA0: hue angle of 11.11º 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 #F1AFA0 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241175160-
CMYK00.270.340.05
HSL11.11º74.31%78.63%-
HSV(B)11.11º33.61%94.51%-
XYZ57.9551.940.22-
YUV193.02109.37162.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 160 (62.89% from 255) = 27.78%
R=41.84%
G=30.38%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117516000.270.340.0511.1174.3178.63
HexF1AFA001B225b4a4f
Octal36125724003342513112117
Binary111100011010111110100000011011100010101101110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFA0; }

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

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

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

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

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

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

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

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