#F1B7A6

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

Shades of Wax Flower #F1B7A6

Tints of Wax Flower #F1B7A6

Color information

#F1B7A6 (or 0xF1B7A6) is unknown color: approx Wax Flower. HEX triplet: F1, B7 and A6. RGB value is (241,183,166). Sum of RGB (Red+Green+Blue) = 241+183+166=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B7A6 is #0E4859. Grayscale: #C6C6C6. Windows color (decimal): -936026 or 10926065. OLE color: 10926065.

HSL color Cylindrical-coordinate representation of color #F1B7A6: hue angle of 13.6º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1B7A6 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241183166-
CMYK00.240.310.05
HSL13.6º72.82%79.8%-
HSV(B)13.6º31.12%94.51%-
XYZ60.0955.3243.59-
YUV198.4109.72158.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 183 (71.88% from 255) = 31.02%
BLUE value IS 166 (65.23% from 255) = 28.14%
R=40.85%
G=31.02%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118316600.240.310.0513.672.8279.8
HexF1B7A60181F5e4950
Octal36126724603037516111120
Binary11110001101101111010011001100011111101111010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7A6; }

 p { color: rgb(241,183,166); }

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

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

 a { background-color: rgb(241,183,166); }

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

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

 span { border-color: rgb(241,183,166); }

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