#F1F2BB

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

Shades of Chiffon #F1F2BB

Tints of Chiffon #F1F2BB

Color information

#F1F2BB (or 0xF1F2BB) is unknown color: approx Chiffon. HEX triplet: F1, F2 and BB. RGB value is (241,242,187). Sum of RGB (Red+Green+Blue) = 241+242+187=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2BB is #0E0D44. Grayscale: #EBEBEB. Windows color (decimal): -920901 or 12317425. OLE color: 12317425.

HSL color Cylindrical-coordinate representation of color #F1F2BB: hue angle of 61.09º degrees, saturation: 0.68, 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 #F1F2BB is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241242187-
CMYK0.0000.230.05
HSL61.09º67.9%84.12%-
HSV(B)61.09º22.73%94.9%-
XYZ7785.7959.52-
YUV235.43100.67131.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 242 (94.92% from 255) = 36.12%
BLUE value IS 187 (73.44% from 255) = 27.91%
R=35.97%
G=36.12%
B=27.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412421870.0000.230.0561.0967.984.12
HexF1F2BB001753d4454
Octal3613622730027575104124
Binary111100011111001010111011001011110111110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F2BB; }

 p { color: rgb(241,242,187); }

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

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

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

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

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

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

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