#F1B098

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

Shades of Wax Flower #F1B098

Tints of Wax Flower #F1B098

Color information

#F1B098 (or 0xF1B098) is unknown color: approx Wax Flower. HEX triplet: F1, B0 and 98. RGB value is (241,176,152). Sum of RGB (Red+Green+Blue) = 241+176+152=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B098 is #0E4F67. Grayscale: #C0C0C0. Windows color (decimal): -937832 or 10006769. OLE color: 10006769.

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

Color convert

RGB241176152-
CMYK00.270.370.05
HSL16.18º76.07%77.06%-
HSV(B)16.18º36.93%94.51%-
XYZ57.4752.0236.72-
YUV192.7105.03162.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 152 (59.77% from 255) = 26.71%
R=42.36%
G=30.93%
B=26.71%

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
Decimal24117615200.270.370.0516.1876.0777.06
HexF1B09801B255104c4d
Octal36126023003345520114115
Binary1111000110110000100110000110111001011011000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B098; }

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

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

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

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

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

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

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

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