#F1B199

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

Shades of Wax Flower #F1B199

Tints of Wax Flower #F1B199

Color information

#F1B199 (or 0xF1B199) is unknown color: approx Wax Flower. HEX triplet: F1, B1 and 99. RGB value is (241,177,153). Sum of RGB (Red+Green+Blue) = 241+177+153=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B199 is #0E4E66. Grayscale: #C1C1C1. Windows color (decimal): -937575 or 10072561. OLE color: 10072561.

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

Color convert

RGB241177153-
CMYK00.270.370.05
HSL16.36º75.86%77.25%-
HSV(B)16.36º36.51%94.51%-
XYZ57.7552.4437.22-
YUV193.4105.2161.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=42.21%
G=31.00%
B=26.80%

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
Decimal24117715300.270.370.0516.3675.8677.25
HexF1B19901B255104c4d
Octal36126123103345520114115
Binary1111000110110001100110010110111001011011000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B199; }

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

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

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

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

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

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

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

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