#F1B097

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

Shades of Wax Flower #F1B097

Tints of Wax Flower #F1B097

Color information

#F1B097 (or 0xF1B097) is unknown color: approx Wax Flower. HEX triplet: F1, B0 and 97. RGB value is (241,176,151). Sum of RGB (Red+Green+Blue) = 241+176+151=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B097 is #0E4F68. Grayscale: #C0C0C0. Windows color (decimal): -937833 or 9941233. OLE color: 9941233.

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

Color convert

RGB241176151-
CMYK00.270.370.05
HSL16.67º76.27%76.86%-
HSV(B)16.67º37.34%94.51%-
XYZ57.3951.9936.29-
YUV192.58104.53162.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 151 (59.38% from 255) = 26.58%
R=42.43%
G=30.99%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117615100.270.370.0516.6776.2776.86
HexF1B09701B255114c4d
Octal36126022703345521114115
Binary1111000110110000100101110110111001011011000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B097; }

 p { color: rgb(241,176,151); }

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

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

 a { background-color: rgb(241,176,151); }

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

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

 span { border-color: rgb(241,176,151); }

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