#F1F1BA

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

Shades of Chiffon #F1F1BA

Tints of Chiffon #F1F1BA

Color information

#F1F1BA (or 0xF1F1BA) is unknown color: approx Chiffon. HEX triplet: F1, F1 and BA. RGB value is (241,241,186). Sum of RGB (Red+Green+Blue) = 241+241+186=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1BA is #0E0E45. Grayscale: #EAEAEA. Windows color (decimal): -921158 or 12251633. OLE color: 12251633.

HSL color Cylindrical-coordinate representation of color #F1F1BA: hue angle of 60º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1F1BA is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241241186-
CMYK000.230.05
HSL60º66.27%83.73%-
HSV(B)60º22.82%94.51%-
XYZ76.5985.1658.85-
YUV234.73100.5132.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.08%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 186 (73.05% from 255) = 27.84%
R=36.08%
G=36.08%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241186000.230.056066.2783.73
HexF1F1BA001753c4254
Octal3613612720027574102124
Binary111100011111000110111010001011110111110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1BA; }

 p { color: rgb(241,241,186); }

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

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

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

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

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

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

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