#F1B09B

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

Shades of Wax Flower #F1B09B

Tints of Wax Flower #F1B09B

Color information

#F1B09B (or 0xF1B09B) is unknown color: approx Wax Flower. HEX triplet: F1, B0 and 9B. RGB value is (241,176,155). Sum of RGB (Red+Green+Blue) = 241+176+155=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B09B is #0E4F64. Grayscale: #C1C1C1. Windows color (decimal): -937829 or 10203377. OLE color: 10203377.

HSL color Cylindrical-coordinate representation of color #F1B09B: hue angle of 14.65º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1B09B is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241176155-
CMYK00.270.360.05
HSL14.65º75.44%77.65%-
HSV(B)14.65º35.68%94.51%-
XYZ57.7252.1238.03-
YUV193.04106.53162.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 176 (69.14% from 255) = 30.77%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=42.13%
G=30.77%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117615500.270.360.0514.6575.4477.65
HexF1B09B01B245f4b4e
Octal36126023303344517113116
Binary111100011011000010011011011011100100101111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B09B; }

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

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

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

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

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

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

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

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